AxisLabelContentArgs
Interface
Represents the context for the axis label content function.
Definition
Package:@progress/kendo-angular-charts
Properties
count
number
Specifies the total number of rendered labels.
culture
string
Specifies the default culture (if set) of the label.
dataItem?
any
Specifies the data item, if set.
Available for category axis with set categoryField.
format
string
Specifies the default format string of the label.
index
number
Specifies the index of the label.
text
string
Specifies the default label text.
value
any
Specifies the value associated with the axis label.