SeriesLabelsContentArgs
Represents the context for the content
function of the series label.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series. | |
dataItem |
|
Specifies the original data item used to construct the point. If binding to an array, it will be | |
percentage? |
|
Specifies the point value represented as a percentage. Available only for the Donut, Pie, and 100% Stacked charts. | |
runningTotal? |
|
Specifies the sum of point values from the last | |
series |
|
Specifies the data series configuration object. | |
stackValue? |
|
Specifies the cumulative point value on the stack. Available only for the stackable series. | |
text |
|
Specifies the text of the label. | |
total? |
|
Specifies the sum of all previous series values. Available for the Waterfall series. | |
value |
|
Specifies the value of the point. The value can be a number or object containing each bound field. |