Opposite Property

3D Graph Control

Opposite Property

Syntax

CWLabels3D.Opposite

Data Type

Boolean

Purpose

Specifies if labels appear at the opposite axis position.

Remarks

You can set an axis label to appear at two different positions. For example, when you set a label for the x-axis in the normal position, the label appears along the bottom edge of the grid panel. If you set the x-axis label in the opposite position, the label appears above the grid panel that is opposite the normal position axis.

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

Example

'Label the x-axis in the opposite position
CWGraph3D1.Axes.Item(1).Labels.Opposite = True

See Also

Normal