New to Kendo UI for Angular? Start a free 30-day trial
LabelType
The predefined label types.
The supported values are:
value
—Shows the current display value trimmed to the third decimal.percent
—Shows the calculated percentage value based on the current display value and the range defined by themin
andmax
options.
type
LabelType = "value" | "percent";