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

NameTypeOptionalDefaultDescripton
oGaugeBiGaugeThe gauge that the needle is part of

Properties

NameTypegetsetDescripton
fillColorStringcheckedcheckedThe fill color of the needle
gaugeBiGaugecheckedThe gauge that the needle is a part of
strokeColorStringcheckedcheckedThe stroke color of the needle
valueNumbercheckedcheckedThe value of the needle

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.