AngularAxis.setLinearScale
ChartDirector Ver 4.1 (C++ Edition)
AngularAxis.setLinearScale
Usage
void setLinearScale(double lowerLimit, double upperLimit, double majorTickInc = 0, double minorTickInc = 0);
Description
Sets the axis to use the given linear scale.
SEO India | Search Engine Optimization Company India
Arguments
| Argument |
Default |
Description |
| lowerLimit |
(Mandatory) |
The lower bound of the axis. |
| upperLimit |
(Mandatory) |
The upper bound of the axis. |
| majorTickInc |
0 |
Adds major ticks to the axis, where the major ticks are separated by majorTickInc in value. Each major tick will have an associated text label for the value if the axis at the tick. The default value of 0 means no major tick is used. |
| minorTickInc |
0 |
Adds minor ticks to the axis, where the minor ticks are separated by minorTickInc in value. The default value of 0 means no minor tick is used. |
Return Value
None
© 2006 Advanced Software Engineering Limited. All rights reserved.
|