ChartLegendItemProps
Interface
Represents the props of the KendoReact ChartLegendItem component.
Definition
Package:@progress/kendo-react-charts
Properties
Sets the configuration of the legend items of type area.
By default, all series except line and scatter use this legend type.
cursor?
string
The cursor style of the legend item.
The highlight configuration of the legend item.
Sets the configuration of the legend items of type line.
This is the default legend item type for all line and scatter series.
The markers configuration of the legend item. Defaults to the series options.
Sets the type of the legend item. The default value is based on the series type.
A function for creating a custom visual for the legend items.
The available argument fields are:
options—The item options.createVisual—A function for getting the default visual.series—The item series.pointIndex—The index of the point in the series. Available for the Pie, Donut, and Funnel series.