Class ExcelTickMark
Specifies the position of major and minor tick marks for an axis.
Inheritance
System.Object
ExcelTickMark
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelTickMark : Enum
Fields
TickMark_Cross
Crosses the axis.
Declaration
public const ExcelTickMark TickMark_Cross
Field Value
Type |
---|
ExcelTickMark |
TickMark_Inside
Inside the axis.
Declaration
public const ExcelTickMark TickMark_Inside
Field Value
Type |
---|
ExcelTickMark |
TickMark_None
No mark.
Declaration
public const ExcelTickMark TickMark_None
Field Value
Type |
---|
ExcelTickMark |
TickMark_Outside
Outside the axis.
Declaration
public const ExcelTickMark TickMark_Outside
Field Value
Type |
---|
ExcelTickMark |