BootstrapPolarChartSeries.Type Property
Sets a series type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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