Constructor
new CircularGauge()
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
min |
Number |
<optional> |
0 | The minimum gauge range value. |
max |
Number |
<optional> |
100 | The maxnimum gauge range value. |
step |
Number |
<optional> |
0 | The increment between gauge range labels. |
value |
Number |
<optional> |
0 | The position of gauge hand inside the min max range. |
angle |
Number |
<optional> |
280 | Amount in degrees of the circular gauge size. |
rotation |
Number |
<optional> |
0 | Gauge rotation in degrees. |
rotateText |
Boolean |
<optional> |
false | Gauge labels are rotated or not according to label angle position. |
shape |
String |
<optional> |
"circle" | Gauge style ("circle", "rectangle", "segment"). |
drag.enabled |
Boolean |
<optional> |
true | Allows mouse/touch dragging the Gauge hand to change current value. |
bevel |
Tee.Format | Formatting properties to outmost external gauge bevel. | ||
center |
Tee.Format | Formatting properties for center gauge symbol. |
- Source: