Vue PolarChart Interfaces

This section describes interfaces that the PolarChart component uses.

BaseChartLegendItem

An object that provides information about a legend item.

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

See Also