BiGauge
This control displays a gauge.
This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiGauge .
Constructor
new BiGauge ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
labelInterval | Number | ![]() | ![]() | The difference between the labels |
labels | | ![]() | ![]() | The labels of the gauge |
majorTickInterval | Number | ![]() | ![]() | The distance between the major ticks |
majorTicks | | ![]() | ![]() | The major ticks of the gauge |
maximum | Number | ![]() | ![]() | The maximum value for the component |
maximumAngle | Number | ![]() | ![]() | The angle where the minimum value is located |
minimum | Number | ![]() | ![]() | Sets the minimum value for the component |
minimumAngle | Number | ![]() | ![]() | The angle where the minimum value is located |
minorTickInterval | Number | ![]() | ![]() | The distance between the minor ticks |
minorTicks | | ![]() | ![]() | The minor ticks of the gauge |
needle | | ![]() | ![]() | The needle of the gauge |
plate | | ![]() | ![]() | The plate of the gauge |
sections | | ![]() | Sets the section of the gauge | |
showLabels | Boolean | ![]() | ![]() | Whether to show the text labels |
showMajorTicks | Boolean | ![]() | ![]() | Whether to show the major ticks |
showMinorTicks | Boolean | ![]() | ![]() | Whether to show the minor ticks |
showTitle | Boolean | ![]() | ![]() | Whether to show the title |
showWarningSection | Boolean | ![]() | ![]() | Whether to show the red section between the warning value and the maximum value |
title | | ![]() | ![]() | The title of the gauge |
value | Number | ![]() | ![]() | The value for the component |
warningSection | | ![]() | The warning section | |
warningValue | Number | ![]() | ![]() | This shows a red section on the gauge between the warning value and the maximum value |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
The maximum, minimum and value are always integers. When setting these, these are rounded to the nearest smaller integer. The following is always true for the properties of a gauge: minimum <= value <= maximum To customize the look and feel either change the properties of the internal components or replace them with your own customized sub classes.
