ChartYLabelStep

<< Click to Display Table of Contents >>

Navigation:  Charts >

ChartYLabelStep

Previous pageReturn to chapter overviewNext page

(Chart Property) Sets the y-label-step for the next created chart object. The y-label-step determines the n-th y-grid-line where a label is drawn.

property long VPE.ChartYLabelStep

write; runtime only

Possible Values:

the n-th y-grid line where a label is drawn

Default:

1 ( = each y-grid line a label is drawn)

Remarks:

This property is always in effect, regardless if ChartYLabelState is VCHART_LABEL_USER or VCHART_LABEL_AUTO.

Example:

Doc.ChartYLabelStep = 1

means, at each y-grid line a label is drawn at the y-axis.

 

Doc.ChartYLabelStep = 2

means, that a label is only drawn each 2nd y-grid line.