Class LabelPosition
Specifies the label position.
Inheritance
System.Object
LabelPosition
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LabelPosition : Enum
Fields
Auto
Label position is automatically based on the series.
Declaration
public const LabelPosition Auto
Field Value
Type |
---|
LabelPosition |
Bottom
Label is positioned at the bottom of the data point.
Declaration
public const LabelPosition Bottom
Field Value
Type |
---|
LabelPosition |
Middle
Label is positioned in the middle of the data point.
Declaration
public const LabelPosition Middle
Field Value
Type |
---|
LabelPosition |
Outer
Label is positioned on the outside of the data point.
Declaration
public const LabelPosition Outer
Field Value
Type |
---|
LabelPosition |
Top
Label is positioned on top of the data point.
Declaration
public const LabelPosition Top
Field Value
Type |
---|
LabelPosition |