| << Click to Display Table of Contents >> ChartYLabelState |     | 
(Chart Property) Determines, how the y-axis labels are drawn for the next created chart object.
property ChartLabelState [integer] VPE.ChartYLabelState
write; runtime only
Possible Values:
| ActiveX / VCL | Value | Enum | Comment | 
| VCHART_LABEL_NONE | -1 | None | No labels are drawn | 
| VCHART_LABEL_USER | 0 | User | User defined labels are drawn | 
| VCHART_LABEL_AUTO | 1 | Auto | Labeling is done automatically | 
Default:
VCHART_LABEL_AUTO