AutoScale Property

3D Graph Control

AutoScale Property

Syntax

CWPlot3D.AutoScale

Data Type

Boolean

Purpose

Specifies if the maximum and minimum of the data in the plot affect the maximum and minimum of an autoscaling axis.

Remarks

To make the graph autoscale to a plot, set the CWAxis3D.AutoScale property to True.

Example

'Autoscale the graph to a plot
CWGraph3D1.Axes.Item(1).AutoScale = True

See Also

CWAxis3D.AutoScale