SeriesVisualArgs
The context for the function of the series point visual.
Name | Type | Default | Description |
---|---|---|---|
category |
|
The point category. | |
center? |
|
The center point of the segment. Available for the Donut and Pie series. | |
createVisual |
|
A function that can be used to get the default visual. | |
dataItem |
|
The point data item. | |
endAngle? |
|
The end angle of the segment. Available for the Donut and Pie series. | |
innerRadius? |
|
The inner radius of the segment. Available for the Donut and Pie series. | |
options |
|
The point options. | |
percentage? |
|
The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts. | |
points? |
|
The segment points. Available for the Donut and Pie series. | |
radius? |
|
The segment radius. Available for the Donut and Pie series. | |
rect |
|
The rectangle that defines the normal position of the visual. | |
runningTotal? |
|
The sum of point values from the last | |
sender |
|
The instance of the Chart component. | |
series |
|
The point series. | |
startAngle? |
|
The start angle of the segment. Available for the Donut and Pie series. | |
total? |
|
The sum of all previous series values. Available for the Waterfall series. | |
value |
|
The point value. |