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
| Name | Type | Optional | Default | Descripton |
oGauge | | The gauge that the title is part of | ||
sText | String | ![]() | The text to show on the title |
Properties
| Name | Type | get | set | Descripton |
gauge | | ![]() | The 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.
