Enum OfficeTickMark
Specifies the position of major and minor tick marks for an axis.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeTickMark
Fields
Name | Description |
---|---|
TickMark_Cross | Indicates the tickmark crosses the axis. |
TickMark_Inside | Indicates the tickmark inside the axis. |
TickMark_None | Indicates No mark. |
TickMark_Outside | Indicates the tickmark outside the axis. |