Enum ChartTickMarksType
Specifies the type of the tick mark.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum ChartTickMarksType
Fields
Name | Description |
---|---|
Cross | Tick marks appear across the axis. |
Inside | Tick marks appear inside the axis. |
None | No tick marks appear. |
Outside | Tick marks appear outside the axis. |