[C#] | public void addZone2(double startValue, double endValue, int fillColor [, int edgeColor ]); |
[VB] | Public Sub addZone2(startValue As Double, endValue As Double, fillColor As Integer [, edgeColor As Integer ]) |
ChartDirector 7.1 (.NET Edition)
AngularAxis.
Usage
[C#] | public void addZone2(double startValue, double endValue, int fillColor [, int edgeColor ]); |
[VB] | Public Sub addZone2(startValue As Double, endValue As Double, fillColor As Integer [, edgeColor As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
startValue | (Mandatory) | The data value that marks the start angular position of the zone. |
endValue | (Mandatory) | The data value that marks the end angular 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