xaxis
Provides a shortcut to set axis properties for the all X-axes.
Example
Chart1.xAxis.labelColor=[255,0,0];
Chart1.xAxis.rotation=30;
The available properties are listed in General Axis Properties and Measure Axis Properties.
To set properties for a particular X-axis (e.g., 'Category'), use the axis property together with the axis name:
Chart1.axis.Category.labelColor=[255,0,0];
Chart1.axis.Category.rotation=30;
See Also
yaxis, to set properties for Y-axes.
| << axis.sharedRange | © 1996-2013 InetSoft Technology Corporation (v11.5) | yaxis >> |