LegendItemVisualArgs
Interface
Represents the context for the legend item visual function (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
active
boolean
Indicates if the legend item is active. Depends on whether the associated point or series is visible.
Specifies a function that gets the default visual.
Returns:
options
any
Specifies the options of the legend item.
pointIndex
any
Specifies the index of the point in the series. Available for the Donut, Pie, and Funnel series.
Specifies the instance of the Chart component.
series
any
Specifies the item series.