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
| Name | Type | Optional | Default | Descripton |
oGauge | | The gauge that the section is part of | ||
nStart | Number | ![]() | 90 | The start value for the section |
nEnd | Number | ![]() | 100 | The end value for the section |
Properties
| Name | Type | get | set | Descripton |
color | String | ![]() | ![]() | The color of the section |
endValue | Number | ![]() | ![]() | The end value of the section |
gauge | | ![]() | The gauge that the section is a part of | |
startValue | Number | ![]() | ![]() | The 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.
