jQuery PolarChart Series Types

This section lists objects that define properties used to configure series of specific types.

import { dxPolarChartSeriesTypes } from "devextreme/viz/polar_chart"
Type:

Object

AreaSeries

An object defining a series of the area type.

Type:

Object

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PolarChart.

  • The commonSeriesSettings.area object
    Specifies settings for all series of the area type.

  • An object in the series array
    Specifies settings for an individual series.

View Demo

AreaSeriesType ChartJS

BarSeries

An object defining a series of the bar type.

Type:

Object

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PolarChart.

  • The commonSeriesSettings.bar object
    Specifies settings for all series of the bar type.

  • An object in the series array
    Specifies settings for an individual series.

PolarBarSeriesType ChartJS

LineSeries

An object defining a series of the line type.

Type:

Object

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PolarChart.

  • The commonSeriesSettings.line object
    Specifies settings for all series of the line type.

  • An object in the series array
    Specifies settings for an individual series.

View Demo

LineSeriesType ChartJS

ScatterSeries

An object defining a series of the scatter type.

Type: any

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PolarChart.

  • The commonSeriesSettings.scatter object
    Specifies settings for all series of the scatter type.

  • An object in the series array
    Specifies settings for an individual series.

View Demo

PolarScatterSeriesType ChartJS

StackedBarSeries

An object defining a series of the stackedBar type.

Type:

Object

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PolarChart.

  • The commonSeriesSettings.stackedbar object
    Specifies settings for all series of the stackedbar type.

  • An object in the series array
    Specifies settings for an individual series.

View Demo

PolarStackedBarSeriesType ChartJS