SeriesLabelsVisualArgs
Represents the context for the visual function of the series label.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the category of the point.
Specifies a function that gets the default visual.
dataItem
any
Specifies the data item associated with the point.
options
any
Specifies the options of the label.
percentage?
number
Specifies the point value represented as a percentage. Available only for the Donut, Pie, and 100% stacked charts.
runningTotal?
number
Specifies the sum of point values from the last "runningTotal" summary point onwards.
Available for the Waterfall series.
Specifies the instance of the Chart component.
series
any
Specifies the point series.
stackValue?
number
Specifies the cumulative point value on the stack. Available only for the stackable series.
text
string
Specifies the text of the label.
total?
number
Specifies the sum of all previous series values. Available for the Waterfall series.
value
any
Specifies the value of the point.