Class OfficeTickMark
Specifies the position of major and minor tick marks for an axis.
Inheritance
System.Object
OfficeTickMark
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.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 |
---|
OfficeTickMark |
TickMark_Inside
Indicates the tickmark inside the axis.
Declaration
public const OfficeTickMark TickMark_Inside
Field Value
Type |
---|
OfficeTickMark |
TickMark_None
Indicates No mark.
Declaration
public const OfficeTickMark TickMark_None
Field Value
Type |
---|
OfficeTickMark |
TickMark_Outside
Indicates the tickmark outside the axis.
Declaration
public const OfficeTickMark TickMark_Outside
Field Value
Type |
---|
OfficeTickMark |