Back to Devexpress

PolarChartSeriesType Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ed6b035e.md

latest1.5 KB
Original Source

PolarChartSeriesType Enum

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum PolarChartSeriesType
vb
Public Enum PolarChartSeriesType

Members

NameDescription
Line

The Line series.

| | Area |

The Area series.

| | Bar |

The Bar series.

| | StackedBar |

The Stacked Bar series.

| | Scatter |

The Scatter series.

|

The following properties accept/return PolarChartSeriesType values:

Remarks

The enumeration is used by the BootstrapPolarChartSeries.Type property.

See Also

Polar Chart

DevExpress.Web.Bootstrap Namespace