SeriesType Enum
Lists values that specify the type of a Chart series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Members
Name | Description |
---|---|
Line
|
The Line series. |
Stacked
|
The Stacked Line series. |
Full
|
The Full Stacked Line series. |
Area
|
The Area series. |
Stacked
|
The Stacked Area series. |
Full
|
The Full Stacked Area series. |
Bar
|
The Bar series. |
Stacked
|
The Stacked Bar series. |
Full
|
The Full Stacked Bar series. |
Spline
|
The Spline series. |
Spline
|
The Spline Area series. |
Scatter
|
The Scatter series. |
Candle
|
The Candlestick series. |
Stock
|
The Stock series. |
Range
|
The Range Area series. |
Range
|
The Range Bar series. |
Step
|
The Step Line series. |
Step
|
The Step Area series. |
Bubble
|
The Bubble series. |
Full
|
The Full Stacked Spline series. |
Stacked
|
The Stacked Spline series. |
Stacked
|
The Stacked Spline Area series. |
Full
|
The Full Stacked Spline Area series. |
#Related API Members
The following properties accept/return SeriesType values:
#Remarks
The enumeration is used by the BootstrapChartSeries.Type property.