[]
Specifies where the data label is positioned.
public enum DataLabelPosition
Above = 3Specifies that the data label is positioned above the data point.
Below = 4Specifies that the data label is positioned below the data point.
BestFit = 8Specifies the best position for the data label.
Center = 2Specifies that the data label is centered on the data point or is inside a bar or pie chart.
InsideBase = 7Specifies that the data label is positioned inside the data point at the bottom edge.
InsideEnd = 6Specifies that the data label is positioned inside the data point at the top edge.
Left = 1Specifies that the data label is positioned to the left of the data point.
OutsideEnd = 5Specifies that the data label is positioned outside the data point at the top edge.
Right = 0Specifies that the data label is positioned to the right of the data point.