Show TOC

CProgressIndicator PropertiesLocate this document in the navigation structure

  • barColor

    Semantic color of the CProgressIndicator.

    Table 1:
    Value Description
    critical Bar shown in orange
    negative Bar shown in red
    neutral Bar shown in blue
    positive Bar shown in green
  • displayValue

    Display of a text in the CProgressIndicator.

    You can set a value in the application to display a text such as "done" or "critical" for a specified percentage value. If you do not assign a value to this property, it takes by default the value you have assigned to percentValue, displayed as a text with a percentage sign - for example, 42%.

  • percentValue

    Value of the progress in percent.

  • showValue

    Specifies whether the value of the property displayValue - a text on the CProgressIndicator - is displayed or hidden.