Skip to main content
A newer version of this page is available. .

BootstrapPolarChartSeries.Type Property

Sets a series type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(PolarChartSeriesType.Scatter)]
public PolarChartSeriesType Type { get; set; }

Property Value

Type Default Description
PolarChartSeriesType **Scatter**

One of the PolarChartSeriesType enumeration values.

Available values:

Name Description
Line

The Line series.

Area

The Area series.

Bar

The Bar series.

StackedBar

The Stacked Bar series.

Scatter

The Scatter series.

Remarks

A series type determines a particular visual representation of data. To learn more about series types supplied with the Polar Chart widget, refer to the Series Types document.

See Also