Overview
The Progress Bar and Progress Arc components display visual progress indicators. They are ideal for showing completion status, inventory levels, campaign goals, or any metric with a current and maximum value.
Progress Bar
| Property | Value |
|---|
| Toolbar button | Progress bars |
| Supports data binding | Yes — current value, max value |
| Supports conditions | Yes |
Progress Bar Parameters
| Property | Description |
|---|
| Current value | The current progress value. Can be static or bound to a datasource variable. |
| Value max | The maximum value representing 100% completion. |
Values must be numbers. If a non-numeric value is provided, the component will show an error.
Progress Arc
The Progress Arc displays progress as a circular arc instead of a horizontal bar.
Progress Arc Parameters
| Property | Description |
|---|
| Current value | The current progress value. |
| Value max | The maximum value. |
| Angle | The arc angle in degrees. |
| Shape | Visual style of the arc. |