React Chart Interfaces

This section describes interfaces that the Chart component uses.

BaseChartLegendItem

An object that provides information about a legend item.

import { BaseChartTypes } from "devextreme-react/base-chart"
Type: BaseChartTypes.BaseChartLegendItem

See Also