Outside Property

3D Graph Control

Outside Property

Syntax

CWTicks3D.Outside

Data Type

Boolean

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

See Also

Inside