MinorTicks Property

3D Graph Control

MinorTicks Property

Syntax

CWTicks3D.MinorTicks

Data Type

Boolean

Purpose

Specifies if minor ticks appear on a specified axis.

Example

'Turn major and minor ticks on
CWGraph3D1.Axes.Item(1).MajorTicks = True
CWGraph3D1.Axes.Item(1).MinorTicks = True

See Also

MajorTicks