Vue PieChart Interfaces

This section describes interfaces that the PieChart component uses.

BaseChartLegendItem

An object that provides information about a legend item.

import { DxBaseChartTypes } from "devextreme-vue/base-chart"
Type: DxBaseChartTypes.BaseChartLegendItem

See Also

PieChartLegendItem

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

import { DxPieChartTypes } from "devextreme-vue/pie-chart"
Type: DxPieChartTypes.LegendItem

See Also