GridLines Property

3D Graph Control

GridLines Property

Syntax

CWValuePairs.GridLines

Data Type

Boolean

Purpose

Specifies if grid lines appear at value pair locations.

Example

'Turn on major ticks and grid lines at value pair locations
CWGraph3D1.Axes.Item(1).ValuePairs.MajorTicks = True
CWGraph3D1.Axes.Item(1).ValuePairs.GridLines = True

See Also

Location

CWTicks3D