<< Click to Display Table of Contents >> VpeSetChartXGridStep |
(Chart Property) Sets the x-grid-step for the next created chart object.
The x-grid-step determines at what position on the x-axis an x-grid-line is drawn. In addition it controls at what position a marker is drawn at the x-axis.
void VpeSetChartXGridStep(
VpeHandle hDoc,
int gridstepx
)
VpeHandle hDoc
Document Handle
double gridstepx
the grid stepping
Default:
1
Example:
VpeSetChartYGridStep(hDoc, 2)
means, an x-grid line and a marker are drawn on every second position