AutoScaleNow Method

3D Graph Control

AutoScaleNow Method

Syntax

CWAxis3D.AutoScaleNow

Purpose

Rescales the axis.

Remarks

The axis is autoscaled, regardless of the setting of the AutoScale property.

Example

'Force the axis to rescale
CWGraph3D1.Axes.Item(1).AutoScaleNow

See Also

AutoScale