'Declaration
Public Enum TickLabelPosition Inherits System.Enum
'Usage
Dim instance As TickLabelPosition
public enum TickLabelPosition : System.Enum
'Declaration
Public Enum TickLabelPosition Inherits System.Enum
'Usage
Dim instance As TickLabelPosition
public enum TickLabelPosition : System.Enum
Member | Description |
---|---|
High | The axis labels shall be at the high end of the perpendicular axis. |
Low | The axis labels shall be at the low end of the perpendicular axis. |
NextTo | The axis labels shall be next to the axis. |
None | The axis labels are not drawn. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.TickLabelPosition