ShowGrid Property

Gets or sets a value that determines whether grid lines for graphs display along with their graphs.

Syntax

object.ShowGrid [= value]

Parameters

value
A Boolean expression that, when TRUE, displays the grid lines for surface graphs on the surfaces themselves and, when FALSE, does not display any grid lines.

Remarks

This property applies only to graphs whose GraphStyle property is Surface.

See Also

GraphStyle