SeriesLabelsVisualArgs
The context for the function of the series label visual.
category
any
The point category.
createVisual
() => Element
A function that can be used to get the default visual.
dataItem
any
The point data item.
options
any
The label options.
percentage?
number
The point value that is represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts.
rect
The rectangle that defines the normal position of the visual.
runningTotal?
number
The sum of point values from the last runningTotal
summary point onwards.
Available for the Waterfall series.
sender
The instance of the Chart component.
series
any
The point series.
stackValue?
number
The cumulative point value on the stack. Available only for the stackable series.
text
string
The label text.
total?
number
The sum of all previous series values. Available for the Waterfall series.
value
any
The point value.