Type property: LEDGauge class
Description
Use this property to specify the visual representation of the gauge. You can specify either an Integer or constant value for this property.
The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
26 |
%GaugeType_LED_Dot |
Display an LED gauge as a dot:
Note: %GaugeType_LED_Dot is the default value. |
|
27 |
%GaugeType_LED_Arrow |
Display an LED gauge as an arrow:
|
|
28 |
%GaugeType_LED_Triangle |
Display an LED gauge as a triangle:
|
|
29 |
%GaugeType_LED_Rectangle |
Display an LED gauge as a rectangle:
|
|
30 |
%GaugeType_LED_Square |
Display an LED gauge as a square:
|
This property is read/write.
Example
In the following example, the status meter gauge is displayed horizontally.
&cLEDGauge.Type = %GaugeType_StatusMeter_Horiz;