ProgressBar is a chart that shows a numeric value that varies within a defined range.
Note that minValue, maxValue and currentValue should be in user units in
order for assistive technologies to describe the values correctly.
Example: to represent 35%, set minValue=0, maxValue=100, and currentValue=35.
ProgressBar is a chart that shows a numeric value that varies within a defined range.
Note that
minValue
,maxValue
andcurrentValue
should be in user units in order for assistive technologies to describe the values correctly. Example: to represent 35%, set minValue=0, maxValue=100, and currentValue=35.