GridLines Property
From 3D Graph Control
GridLines Property
Syntax
CWValuePairs.GridLines
Data Type
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