Inside Property

3D Graph Control

Inside Property

Syntax

CWTicks3D.Inside

Data Type

Boolean

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

See Also

Outside