| << Click to Display Table of Contents >> ChartGridType |     | 
(Chart Property) Sets the grid type for the next created chart object.
property ChartGridType [integer] VPE.ChartGridType
write; runtime only
Possible Values:
| ActiveX / VCL | Value | Enum | Comment | 
| VCHART_GRID_NONE | -1 | None | No Grid is drawn | 
| VCHART_GRID_BOTH_AXIS | 0 | BothAxis | Grid is drawn for both axis | 
| VCHART_GRID_X_AXIS | 1 | XAxis | Grid is only drawn for the x-axis | 
| VCHART_GRID_Y_AXIS | 2 | YAxis | Grid is only drawn for the y-axis | 
Default:
VCHART_GRID_BOTH_AXIS