GridDensityAutoAdjust Property

Gets or sets the auto adjust state for grid density.

Syntax

object.GridDensityAutoAdjust [= value]

Parameters

value
A Boolean expression. If TRUE, Avis2D adjusts grid density automatically; if FALSE, grid density is constant.

Remarks

When GridDensityAutoAdjust is FALSE, the number of grid lines in the graph stays constant as the size of the control window changes. When GridDensityAutoAdjust is TRUE, the number of gridlines varies as the control window size changes, to keep the spacing between grid lines constant.

This property has no effect if the ShowGrid property is FALSE or if the GraphStyle property is not Surface.

See Also

GraphStyle, GridDensity, ShowGrid