Online documentation, manuals and tutorials
< All Topics
Print

Gauge (EEZ-GUI)

Description

Displays the value selected through the Data property inside the gauge chart. Also, if it is set, it will also show the threshold line at the given positions, for example to mark some critical value.

Properties

Specific

Data

EXPRESSION (any)

The value within the [Min, Max] range that is displayed in the Widget.

Min

EXPRESSION (any)

The minimum value that Data can contain.

Max

EXPRESSION (any)

The maximum value that Data can contain.

Threshold

EXPRESSION (any)

An optional value within the range [Min, Max] at the position of which a line will be drawn in the default style (Threshold style).

Unit

EXPRESSION (any)

The unit that will be displayed to the right of the Data value.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Examples

  • eez-gui-widgets-demo
Page content