[]
Specifies where the data label is positioned.
public enum DataLabelPosition
Public Enum DataLabelPosition
| Name | Description |
|---|---|
| Above | Specifies that the data label is positioned above the data point. |
| Below | Specifies that the data label is positioned below the data point. |
| BestFit | Specifies the best position for the data label. |
| Center | Specifies that the data label is centered on the data point or is inside a bar or pie chart. |
| InsideBase | Specifies that the data label is positioned inside the data point at the bottom edge. |
| InsideEnd | Specifies that the data label is positioned inside the data point at the top edge. |
| Left | Specifies that the data label is positioned to the left of the data point. |
| OutsideEnd | Specifies that the data label is positioned outside the data point at the top edge. |
| Right | Specifies that the data label is positioned to the right of the data point. |