Normal Property

3D Graph Control

Normal Property

Syntax

CWLabels3D.Normal

Data Type

Boolean

Purpose

Specifies if labels appear at the normal 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 second axis in the normal position
CWGraph3D1.Axes.Item(2).Labels.Normal = True

See Also

Opposite