Inside Property
Syntax
CWTicks3D.Inside
Data Type
Purpose
Specifies if tick marks appear on the inside of the axis plane.
Example
'Draw ticks on the inside and outside
CWGraph3D1.Axes.Item(1).Ticks.Inside = True
CWGraph3D1.Axes.Item(1).Ticks.Outside = True