BiGaugeTitle

This component is used to show the title for a BiGauge

This class extends BiLabel and therefore all methods and fields available for BiLabel are also available for BiGaugeTitle .

Constructor

new BiGaugeTitle ( oGauge [ ,sText ] )

Parameters

NameTypeOptionalDefaultDescripton
oGaugeBiGaugeThe gauge that the title is part of
sTextStringcheckedThe text to show on the title

Properties

NameTypegetsetDescripton
gaugeBiGaugecheckedThe gauge that the title is part of

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

The title is hidden by default. You need to change the visible property of the title or change the showTitle property The title can be used to add informative text about the gauge or it could also be used to hold other components.