PolarChartSeriesType Enum
Lists values that specify the type of the Polar Chart control’s series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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