SeriesLabelsVisualArgs
Represents the context for the visual
function of the series label.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the category of the point. | |
createVisual |
|
Specifies a function that gets the default visual. | |
dataItem |
|
Specifies the data item associated with the point. | |
options |
|
Specifies the options of the label. | |
percentage? |
|
Specifies the point value represented as a percentage. Available only for the Donut, Pie, and 100% stacked charts. | |
rect |
|
Specifies the rectangle that defines the normal position of the visual. | |
runningTotal? |
|
Specifies the sum of point values from the last | |
sender |
|
Specifies the instance of the Chart component. | |
series |
|
Specifies the point series. | |
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. |