Inside Property
Syntax
CWTicks.Inside
Data Type
Purpose
Specifies if tick marks are drawn on the inside of the axis.
Example
'Draw ticks on the inside and outside of the axis
CWGraph1.Axes.Item(1).Ticks.Inside = True
CWGraph1.Axes.Item(1).Ticks.Outside = True