[VB] | Public Sub addZone(startValue As Double, endValue As Double, color As Integer) |
[C#] | public void addZone(double startValue, double endValue, int color); |
ChartDirector 5.1 (.NET Edition)
Axis.addZone
Usage
[VB] | Public Sub addZone(startValue As Double, endValue As Double, color As Integer) |
[C#] | public void addZone(double startValue, double endValue, int color); |
Description
Arguments
Argument | Default | Description |
---|---|---|
startValue | (Mandatory) | The start value (the lower bound) for the zone. |
endValue | (Mandatory) | The end value (the upper bound) for the zone. |
color | (Mandatory) | The color of the zone. |
Return Value