<< Click to Display Table of Contents >> VpeSetChartXLabelState |
(Chart Property) Determines, how the x-axis labels are drawn for the next created chart object.
void VpeSetChartXLabelState(
VpeHandle hDoc,
int xlabelstate
)
VpeHandle hDoc
Document Handle
int xlabelstate
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