Enum GraphAxisTickMarkDisplayType
Specifies how tick marks are drawn on the axis.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum GraphAxisTickMarkDisplayType
Cross
Display the tick marks so that it crosses the axis line, displaying both inside and outside the graph area.
Inside
Display the tick marks inside the graph area.
None
No tick marks.
Outside
Display the tick marks outside the graph area.