Axis.setLogScale2
ChartDirector Ver 4.1 (C++ Edition)
Axis.setLogScale2
Usage
void setLogScale(double lowerLimit, double upperLimit, StringArray labels);
Description
Sets the axis to use the given logarithmic scale and the given labels.
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. |
| labels |
(Mandatory) |
An array of text strings to be used as the labels on the axis. ChartDirector will distribute the labels evenly on the axis. By default, all labels are associated with major ticks. These can be modified by using '-' or '~' as the first character. Please refer to Axis.setLabels for details. |
Return Value
None
© 2006 Advanced Software Engineering Limited. All rights reserved.
|