ChartDirector 5.1 (.NET Edition)

LinearMeter.addZone


Usage

[VB] Public Function addZone(startValue As Double, endValue As Double, color As Integer [, label As String ]) As ChartDirector.TextBox
[C#] public ChartDirector.TextBox addZone(double startValue, double endValue, int color [, string label ]);

Description

Adds a zone to the meter.

Arguments

ArgumentDefaultDescription
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

A TextBox object representing the label. This may be used to fine-tune the appearance of the label.