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

NameTypegetsetDescripton
labelIntervalNumbercheckedcheckedThe difference between the labels
labelsBiGaugeLabelscheckedcheckedThe labels of the gauge
majorTickIntervalNumbercheckedcheckedThe distance between the major ticks
majorTicksBiGaugeMajorTickscheckedcheckedThe major ticks of the gauge
maximumNumbercheckedcheckedThe maximum value for the component
maximumAngleNumbercheckedcheckedThe angle where the minimum value is located
minimumNumbercheckedcheckedSets the minimum value for the component
minimumAngleNumbercheckedcheckedThe angle where the minimum value is located
minorTickIntervalNumbercheckedcheckedThe distance between the minor ticks
minorTicksBiGaugeMinorTickscheckedcheckedThe minor ticks of the gauge
needleBiGaugeNeedlecheckedcheckedThe needle of the gauge
plateBiGaugePlatecheckedcheckedThe plate of the gauge
sectionsBiGaugeSectioncheckedSets the section of the gauge
showLabelsBooleancheckedcheckedWhether to show the text labels
showMajorTicksBooleancheckedcheckedWhether to show the major ticks
showMinorTicksBooleancheckedcheckedWhether to show the minor ticks
showTitleBooleancheckedcheckedWhether to show the title
showWarningSectionBooleancheckedcheckedWhether to show the red section between the warning value and the maximum value
titleBiGaugeTitlecheckedcheckedThe title of the gauge
valueNumbercheckedcheckedThe value for the component
warningSectionBiGaugeSectioncheckedThe warning section
warningValueNumbercheckedcheckedThis 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.