Enum OfficeDataLabelPosition
Specifies the position of data labels relative to the data markers.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeDataLabelPosition
Fields
Name | Description |
---|---|
Above | Indicates data label positioned above point. |
Automatic | Indicates default position. |
Below | Indicates data label positioned below point. |
BestFit | Indicates the BestFit data label placement option. |
Center | Indicates the Center data label placement option. |
Inside | Indicates the Inside data label placement option. |
Left | Indicates the Left data label placement option. |
Moved | Indicates the Moved data label placement option. |
Outside | Indicates the Outside data label placement option. |
OutsideBase | Indicates the OutsideBase data label placement option. |
Right | Indicates the Right data label placement option. |