ChartLegendItemProps
Represents the props of the KendoReact ChartLegendItem component.
cursor?
string
The cursor style of the legend item.
visual?
(e: LegendItemVisualArgs) => Element
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.