BootstrapChartSeries.Type Property
Sets the series type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
SeriesType | Line | One of the SeriesType enumeration values. |
Available values:
Name | Description |
---|---|
Line | The Line series. |
StackedLine | The Stacked Line series. |
FullStackedLine | The Full Stacked Line series. |
Area | The Area series. |
StackedArea | The Stacked Area series. |
FullStackedArea | The Full Stacked Area series. |
Bar | The Bar series. |
StackedBar | The Stacked Bar series. |
FullStackedBar | The Full Stacked Bar series. |
Spline | The Spline series. |
SplineArea | The Spline Area series. |
Scatter | The Scatter series. |
CandleStick | The Candlestick series. |
Stock | The Stock series. |
RangeArea | The Range Area series. |
RangeBar | The Range Bar series. |
StepLine | The Step Line series. |
StepArea | The Step Area series. |
Bubble | The Bubble series. |
FullStackedSpline | The Full Stacked Spline series. |
StackedSpline | The Stacked Spline series. |
StackedSplineArea | The Stacked Spline Area series. |
FullStackedSplineArea | The Full Stacked Spline Area series. |
Remarks
The series type determines the distinctive look of the series. Depending on the nature of data, one series type may be preferable over another. To choose which series type serves your visualization purposes best, visit the Series Types document.