React PieChart Interfaces

This section describes interfaces that the PieChart component uses.

BaseChartLegendItem

An object that provides information about a legend item.

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

See Also

PieChartLegendItem

An object that provides information about a legend item in the PieChart UI component.

import { PieChartTypes } from "devextreme-react/pie-chart"
Type: PieChartTypes.LegendItem

See Also