<< Click to Display Table of Contents >> VpeSetChartYLabelState |
(Chart Property) Determines, how the y-axis labels are drawn for the next created chart object.
void VpeSetChartYLabelState(
VpeHandle hDoc,
int ylabelstate
)
VpeHandle hDoc
Document Handle
int ylabelstate
possible values are:
Constant Name |
Value |
Comment |
VCHART_LABEL_NONE |
-1 |
No labels are drawn |
VCHART_LABEL_USER |
0 |
User defined labels are drawn |
VCHART_LABEL_AUTO |
1 |
Labeling is done automatically |
Default:
VCHART_LABEL_AUTO