public enum DataLabelPosition : System.Enum
public enum DataLabelPosition : System.Enum
Member | Description |
---|---|
Above | Specifies that the data label is above the point. |
Below | Specifies that the data label is below the point. |
BestFit | Specifies the best position for the data label. |
Center | Specifies that the data label is centered on a data point or inside the bar or pie. |
InsideBase | Specifies that the data label is positioned arbitrarily. |
InsideEnd | Specifies that the data label is positioned arbitrarily. |
Left | Specifies that the data label is positioned at the bottom of the bar or pie |
OutsideEnd | Specifies that the data label is positioned at the top of the bar or pie. |
Right | Specifies that the data label is positioned at the top of the bar or pie. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.Drawing.DataLabelPosition