<< Click to Display Table of Contents >> ChartYGridStep |
(Chart Property) Sets the y-grid-step for the next created chart object.
The y-grid-step determines at what value on the y-axis a y-grid-line is drawn.
property double VPE.ChartYGridStep
write; runtime only
Possible Values:
the grid stepping
Default:
Example:
Doc.ChartYGridStep = 5
means, a y-grid line is drawn at y-values in a distance of 5
(e.g. a y-grid line is drawn at -10, -5, 0, 5, 10, 15, 20, ...)
Doc.ChartYGridStep = 10
means, a y-grid line is drawn at y-values in a distance of 10
(e.g. a y-grid line is drawn at -20, -10, 0, 10, 20, 30, ...)