BiGaugeSection

This component is used to show a section for a gauge. A gauge can have several sections and these are usually used to split the gauge values into logical value ranges.

This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiGaugeSection .

Constructor

new BiGaugeSection ( oGauge [ ,nStart [ ,nEnd ] ] )

Parameters

NameTypeOptionalDefaultDescripton
oGaugeBiGaugeThe gauge that the section is part of
nStartNumberchecked90 The start value for the section
nEndNumberchecked100 The end value for the section

Properties

NameTypegetsetDescripton
colorStringcheckedcheckedThe color of the section
endValueNumbercheckedcheckedThe end value of the section
gaugeBiGaugecheckedThe gauge that the section is a part of
startValueNumbercheckedcheckedThe start value of the section

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

A gauge can have any number of sections. To add and remove sections just use the normal add and remove methods. When the gauge is created one section, called warningSection is already created. There are a few properties of the gauge that work directly on this section but you can also work directly on the section object.