New to Kendo UI for Angular? Start a free 30-day trial
Value and Ranges
The ProgressBar provides options for setting its value or a range of values and for indicating the progress of an ongoing task.
- To set the value of the ProgressBar, use its
value
option. - To define the start and end values of the range, use the
min
andmax
ProgressBar settings respectively. - To indicate that a task is still in progress, use the
indeterminate
configuration.
Change Theme
Theme
Loading ...