Value and Ranges
The ChunkProgressBar provides option for setting its value or a range of values and for indicating the progress of an ongoing task.
- To set the value of the ChunkProgressBar, use its
value
option. - To define the start and end values of the range, use the
min
andmax
ChunkProgressBar settings respectively. - To indicate that a task is still in progress, set the
value
property tonull
.
Example
View Source
Change Theme: