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:

LED gauge set as %GaugeType_LED_Dot

Note: %GaugeType_LED_Dot is the default value.

27

%GaugeType_LED_Arrow

Display an LED gauge as an arrow:

LED gauge set as %GaugeType_LED_Arrow

28

%GaugeType_LED_Triangle

Display an LED gauge as a triangle:

LED gauge set as %GaugeType_LED_Triangle

29

%GaugeType_LED_Rectangle

Display an LED gauge as a rectangle:

LED gauge set as %GaugeType_LED_Rectangle

30

%GaugeType_LED_Square

Display an LED gauge as a square:

LED gauge set as %GaugeType_LED_Square

This property is read/write.

Example

In the following example, the status meter gauge is displayed horizontally.

&cLEDGauge.Type = %GaugeType_StatusMeter_Horiz;