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