[C#] | public ChartDirector.TextBox addZone(double startValue, double endValue, int color [, string label ]); |
[VB] | Public Function addZone(startValue As Double, endValue As Double, color As Integer [, label As String ]) As ChartDirector.TextBox |
ChartDirector 7.1 (.NET Edition)
LinearMeter.
Usage
[C#] | public ChartDirector.TextBox addZone(double startValue, double endValue, int color [, string label ]); |
[VB] | Public Function addZone(startValue As Double, endValue As Double, color As Integer [, label As String ]) As ChartDirector.TextBox |
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. |
label | "" | The text to be put at the center of the zone. |
Return Value