New to Kendo UI for Angular? Start a free 30-day trial

Label

You can configure the visibility, formatting, and position of the ProgressBar label, which indicates the status of the task progress.

Getting Started

To configure the label of the task progress, use the label option of the ProgressBar.

Example
View Source
Change Theme:

Using a Formatting Function

You can bind the format option of the LabelSettings to a callback which, based on the current value, returns a custom formatted string.

Example
View Source
Change Theme: