AngularMeter.addZone2
ChartDirector Ver 4.1 (C++ Edition)
AngularMeter.addZone2
Usage
void addZone(double startValue, double endValue, int fillColor, int edgeColor = -1);
Description
Adds a colored zone to the meter. This method is just a short cut to AngularMeter.addZone, in which the starting radius is always 0, and ending radius is the radius of the meter scale. In other words, the zone is a sector on the meter.
SEO India | Search Engine Optimization Company India
Arguments
| Argument |
Default |
Description |
| startValue |
(Mandatory) |
The data value that marks the start position of the zone. |
| endValue |
(Mandatory) |
The data value that marks the end position of the zone. |
| fillColor |
(Mandatory) |
The fill color of the zone. |
| edgeColor |
-1 |
The edge color of the zone. The default is the same as the fill color. |
Return Value
None
© 2006 Advanced Software Engineering Limited. All rights reserved.
|