Enum LabelPosition
Specifies the label position.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelPosition
Fields
| Name | Description |
|---|---|
| Auto | Label position is automatically based on the series. |
| Bottom | Label is positioned at the bottom of the data point. |
| Middle | Label is positioned in the middle of the data point. |
| Outer | Label is positioned on the outside of the data point. |
| Top | Label is positioned on top of the data point. |