Class OfficeTickMark
Specifies the position of major and minor tick marks for an axis.
Inheritance
System.Object
OfficeTickMark
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Portable.dll
Syntax
public sealed class OfficeTickMark : Enum
Fields
TickMark_Cross
Indicates the tickmark crosses the axis.
Declaration
public const OfficeTickMark TickMark_Cross
Field Value
Type | Description |
---|---|
OfficeTickMark |
TickMark_Inside
Indicates the tickmark inside the axis.
Declaration
public const OfficeTickMark TickMark_Inside
Field Value
Type | Description |
---|---|
OfficeTickMark |
TickMark_None
Indicates No mark.
Declaration
public const OfficeTickMark TickMark_None
Field Value
Type | Description |
---|---|
OfficeTickMark |
TickMark_Outside
Indicates the tickmark outside the axis.
Declaration
public const OfficeTickMark TickMark_Outside
Field Value
Type | Description |
---|---|
OfficeTickMark |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |