Outside Property
Syntax
CWTicks.Outside
Data Type
Purpose
Specifies if tick marks are drawn on the outside 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