BiGaugeNeedle
This component is used to show the needle of a BiGauge
This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiGaugeNeedle .
Constructor
new BiGaugeNeedle ( oGauge )
Parameters
| Name | Type | Optional | Default | Descripton |
oGauge | | The gauge that the needle is part of |
Properties
| Name | Type | get | set | Descripton |
fillColor | String | ![]() | ![]() | The fill color of the needle |
gauge | | ![]() | The gauge that the needle is a part of | |
strokeColor | String | ![]() | ![]() | The stroke color of the needle |
value | Number | ![]() | ![]() | The value of the needle |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
