LegendItemParams API
Extended documentation for the LegendItemParams interface with detailed information on the module's properties and available APIs.
Demos
Import
import { LegendItemParams } from '@mui/x-charts';
// or
import { LegendItemParams } from '@mui/x-charts-pro';
// or
import { LegendItemParams } from '@mui/x-charts-premium';Type:'circle' | 'line' | 'line+mark' | 'square' | ComponentClass<ChartsLabelCustomMarkProps, any> | FunctionComponent<ChartsLabelCustomMarkProps>
The type of the series
Type:'bar' | 'funnel' | 'heatmap' | 'line' | 'ohlc' | 'pie' | 'radar' | 'rangeBar' | 'sankey' | 'scatter'