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