Vue PolarChart - CommonSeriesSettings

An object defining the configuration properties that are common for all series of the PolarChart UI component.

import { CommonSeriesSettings } from "devextreme/viz/polar_chart"

area

An object that specifies configuration properties for all series of the area type in the chart.

Type: any

bar

An object that specifies configuration properties for all series of the bar type in the chart.

Type: any

line

An object that specifies configuration properties for all series of the line type in the chart.

Type: any

scatter

An object that specifies configuration properties for all series of the scatter type in the chart.

Type: any

stackedbar

An object that specifies configuration properties for all series of the stackedBar type in the chart.

Type: any

type

Sets a series type.

Default Value: 'scatter'