AutoScaleNow Method

Measurement Studio User Interface

AutoScaleNow Method

Syntax

CWAxis.AutoScaleNow

Purpose

Causes the axis to rescale immediately.

Remarks

The axis is autoscaled, regardless of the setting of the AutoScale property. This method applies only to axes on a CWGraph.

Example

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

See Also

AutoScale