Opposite Property

3D Graph Control

Opposite Property

Syntax

CWTicks3D.Opposite

Data Type

Boolean

Purpose

Specifies if tick marks appear at the opposite axis position.

Remarks

You can set tick marks to appear at two different positions. For example, if you enable tick marks for the x axis in the normal position, the marks appear along the bottom edge of the grid panel. If you set tick marks for the x axis in the opposite position, the marks appear above the grid panel that is opposite the normal position.

These properties operate independently of each other, and you can enable one or both properties for an axis.

Example

'Enable tick marks on the x-axis in the opposite position
CWGraph3D1.Axes.Item(1).Ticks.Opposite = True
'Enable tick marks on the x-axis in the normal position
CWGraph3D1.Axes.Item(1).Ticks.Normal = True

See Also

Normal