GridLines Property

See Also Applies To Example Model

True if grid lines are drawn when Axes Object is visible. Read/write Boolean.

Example

The following example draws grid lines when the Axes object is shown.

World.Screen.Axes.GridLines = True
World.Screen.Axes.Show