Skip to main content

PolarChartSeriesType Enum

Lists values that specify the type of the Polar Chart control’s series.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum PolarChartSeriesType

#Members

Name Description
Line

The Line series.

Area

The Area series.

Bar

The Bar series.

StackedBar

The Stacked Bar series.

Scatter

The Scatter series.

#Related API Members

The following properties accept/return PolarChartSeriesType values:

#Remarks

The enumeration is used by the BootstrapPolarChartSeries.Type property.

See Also