SeriesVisualArgs
Represents the context for the visual
function of the series point.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the category of the point. | |
center? |
|
Specifies the center point of the segment. Available for the Donut and Pie series. | |
createVisual |
|
Specifies a function that gets the default visual. | |
dataItem |
|
Provides the data item associated with the point. | |
endAngle? |
|
Specifies the end angle of the segment. Available for the Donut and Pie series. | |
innerRadius? |
|
Specifies the inner radius of the segment. Available for the Donut and Pie series. | |
options |
|
Defines the options for the point. | |
percentage? |
|
Specifies the point value represented as a percentage. Available only for the Donut, Pie, and 100% stacked charts. | |
points? |
|
Specifies the segment points. Available for the Donut and Pie series. | |
radius? |
|
Specifies the segment radius. Available for the Donut and Pie series. | |
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 series to which the point belongs. | |
startAngle? |
|
Specifies the start angle of the segment. Available for the Donut and Pie series. | |
total? |
|
Specifies the sum of all previous series values. Available for the Waterfall series. | |
value |
|
Represents the value of the point. |