GridDensity Property

Gets or sets a value that determines how finely the grid is drawn on the graph surface.

Syntax

object.GridDensity [= value]

Parameters

value
A Float expression that depends on the data in the data array and on the size of the graph as it is currently being displayed. The number of pixels between adjacent grid lines is approximately equal to the GridDensity value.

Remarks

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

See Also

ShowGrid