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