<< Click to Display Table of Contents >> VpeSetChartXLabelAngle |
(Chart Property) Sets the drawing angle (clockwise ) for the x-axis labels.
void VpeSetChartXLabelAngle(
VpeHandle hDoc,
int xlabelangle
)
VpeHandle hDoc
Document Handle
int xlabelangle
possible values are:
Value |
Description |
|
0 |
0 |
degrees, labels are drawn horizontally |
900 |
90 |
degrees, labels are drawn vertically |
1800 |
180 |
degrees, labels are drawn horizontally |
2700 |
270 |
degrees, labels are drawn vertically |
Default:
0