• 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.

    Parameters

    Returns Element

Generated using TypeDoc