[]
Represents the possible positions for a data label.
public enum DataLabelPosition
Public Enum DataLabelPosition
Name | Description |
---|---|
BestFit | Data labels shall be displayed in the best position. |
Bottom | Data labels shall be displayed below the data marker. |
Center | Data labels shall be displayed centered on the data marker. |
InsideBase | Data labels shall be displayed inside the base of the data marker. |
InsideEnd | Data labels shall be displayed inside the end of the data marker. |
Left | Data labels shall be displayed to the left of the data marker. |
OutsideEnd | Data labels shall be displayed outside the end of the data marker. |
Right | Data labels shall be displayed to the right of the data marker. |
Top | Data labels shall be displayed above the data marker. |
Unspecified | Unspecified value |