'Declaration
Public Enum TickMark Inherits System.Enum
'Usage
Dim instance As TickMark
public enum TickMark : System.Enum
'Declaration
Public Enum TickMark Inherits System.Enum
'Usage
Dim instance As TickMark
public enum TickMark : System.Enum
Member | Description |
---|---|
Cross | The tick marks shall cross the axis. |
Inside | The tick marks shall be inside the plot area. |
None | There shall be no tick marks. |
Outside | The tick marks shall be outside the plot area. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Charts.TickMark