'Declaration
Public Enum DataLabelPosition Inherits System.Enum
'Usage
Dim instance As DataLabelPosition
public enum DataLabelPosition : System.Enum
'Declaration
Public Enum DataLabelPosition Inherits System.Enum
'Usage
Dim instance As DataLabelPosition
public enum DataLabelPosition : System.Enum
Member | 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 |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.DataLabelPosition