LegendLabelsContentArgs
Interface
Represents the context for the legend label content function.
Definition
Package:@progress/kendo-angular-charts
Properties
dataItem?
any
Specifies the data item associated with the point. Available only for the Donut, Pie, Funnel and Pyramid charts.
percentage?
number
Specifies the point value represented as a percentage. Available only for the Donut, Pie, Funnel and Pyramid charts.
series
any
Specifies the series configuration object.
text
string
Specifies the text of the legend item.
value?
any
Specifies the point value of the Donut and Pie charts.