AutoScale Property

3D Graph Control

AutoScale Property

Syntax

CWAxis3D.AutoScale

Data Type

Boolean

Purpose

Determines if the minimum and maximum limits of the axis are automatically set.

Remarks

It affects only CWPlot3D objects that have the AutoScale property set to True.

Example

CWGraph3D1.Axes.Item(1).AutoScale = True

See Also

CWPlot3D.AutoScale

AutoScaleNow