Progress Bar
A graphical element used to visualize a proportion of a value to a max value.
Progress Bar Configuration
General
- Label – Label of progress bar. Can be empty.
- Style – Default style of the progress bar. Might be overriden at runtime by active section.
- Value – Expression for defining the progress bar value
- Is visible – Expression for defining when progressbar is visible
- Minimum value – Expression for defining the minimal value. Default setting is 0.
- Maximum value – Expression for defining the maximal value. Default setting is 100.
Sections
Sections let you visually highlight progress milestones.
- Limit value – Expression that needs to return true for the section to be active
- Style – Visual style of the progress bar when the section is active
- Icon – Icon shown in a floating tooltip
- Text – Text of a floating tooltip