LabelSettings
Interface
Represents the settings of the label that shows the progress status of the ProgressBar.
Definition
Package:@progress/kendo-angular-progressbar
Properties
Sets the format for rendering the value in the label.
The supported preset types are value (default) and percent.
You can also provide a callback that exposes the current value and returns
the formatted string to display in the label
(see example).
Default:
'value'
Sets the position of the progress status label.
Default:
'end'
visible?
boolean
Shows or hides the label for the progress status.