ExcelTickMark Enumeration
Specifies the position of major and minor tick marks for an axis.
Syntax
'Declaration Public Enum ExcelTickMark Inherits System.Enum
'Usage Dim instance As ExcelTickMark
public enum ExcelTickMark : System.Enum
Members
Member | Description |
---|---|
TickMark_Cross | Crosses the axis. |
TickMark_Inside | Inside the axis. |
TickMark_None | No mark. |
TickMark_Outside | Outside the axis. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelTickMark
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also