New to Kendo UI for Angular? Start a free 30-day trial
HighlightVisualArgs
The context for the point highlight visual function.
Name | Type | Default | Description |
---|---|---|---|
category |
|
The point category. | |
createVisual |
|
A function that can be used to get the default visual. | |
dataItem |
|
The point data item. | |
options |
|
The point options. | |
percentage? |
|
The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked series. | |
rect |
|
The rectangle that defines the normal position of the visual. | |
runningTotal? |
|
The sum of point values since the last | |
sender |
|
The instance of the Chart component. | |
series |
|
The point series. | |
total? |
|
The sum of all previous series values. Available for the Waterfall series. | |
value |
|
The point value. |