New to Kendo UI for Angular? Start a free 30-day trial
LegendItemVisualArgs
The context for the legend item visual function (see example).
Name | Type | Default | Description |
---|---|---|---|
active |
|
Indicates if the legend item is active. The item is inactive when the associated point or series in not visible. | |
createVisual |
|
A function that can be used to get the default visual. | |
options |
|
The legend item options. | |
pointIndex |
|
The index of the point in the series. Available for the Donut, Pie, and Funnel series. | |
sender |
|
The instance of the Chart component. | |
series |
|
The item series. |