<< Click to Display Table of Contents >> ChartXLabelStep |
(Chart Property) Sets the x-label-step for the next created chart object. The x-label-step determines the n-th x-grid-line where a label is drawn.
property long VPE.ChartXLabelStep
write; runtime only
Possible Values:
the n-th x-grid line where a label is drawn
Default:
1 ( = each x-grid line a label is drawn)
Remarks:
This property is always in effect, regardless if ChartXLabelState is VCHART_LABEL_USER or VCHART_LABEL_AUTO.
Example:
Doc.ChartXLabelStep = 1
means, at each x-grid line a label is drawn at the x-axis.
Doc.ChartXLabelStep = 2
means, that a label is only drawn each 2nd x-grid line.