Axis.setLabelStyle
ChartDirector Ver 4.1 (C++ Edition)
Axis.setLabelStyle
Usage
TextBox *setLabelStyle(const char *font = 0, double fontSize = 8, int fontColor = TextColor, double fontAngle = 0);
Description
Sets the font style used to for the axis labels. See Font Specification for details on various font attributes.
SEO India | Search Engine Optimization Company India
Arguments
| Argument |
Default |
Description |
| font |
"" |
The font used to draw the labels. |
| fontSize |
8 |
The font size used to draw the labels in points. |
| fontColor |
TextColor |
The color used to draw the labels. |
| fontAngle |
0 |
The rotation angle of the labels. |
Return Value
A TextBox object representing the prototype of the obj. This may be used to fine-tune the appearance of the obj.
© 2006 Advanced Software Engineering Limited. All rights reserved.
|