Online documentation, manuals and tutorials
< All Topics
Print

Slider (Dashboard)

Description

This Widget allows us to select one value from the list by moving the knob on the slider.

Properties

Specific

Value

EXPRESSION (double)

The variable in which the selected value in the range of [Min, Max] is saved.

Min

EXPRESSION (double)

The minimum value that can be selected.

Max

EXPRESSION (double)

The maximum value that can be selected.

Step

EXPRESSION (double)

The step is a number that specifies the granularity that the value must adhere to.

View min

EXPRESSION (double)

The minimum value that is displayed.

View max

EXPRESSION (double)

The maximum value that is displayed.

Enabled

EXPRESSION (any)

If it is true, then the slider is enabled, otherwise it will be disabled.

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

  • Dashboard Widgets Demo
Page content