New to Kendo UI for Angular? Start a free 30-day trial
LegendItemVisualArgs
Represents the context for the legend item visual
function (see example).
Name | Type | Default | Description |
---|---|---|---|
active |
|
Indicates if the legend item is active. Depends on whether the associated point or series is visible. | |
createVisual |
|
Specifies a function that gets the default visual. | |
options |
|
Specifies the options of the legend item. | |
pointIndex |
|
Specifies the index of the point in the series. Available for the Donut, Pie, and Funnel series. | |
sender |
|
Specifies the instance of the Chart component. | |
series |
|
Specifies the item series. |