MajorTicks Property
Syntax
CWValuePairs.MajorTicks
Data Type
Purpose
Specifies if major ticks appear at the location of value pairs.
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