SimpleSeries.SeriesType Property
Gets or sets the series type.
Namespace: DevExpress.DashboardCommon
Assembly:
DevExpress.Dashboard.v24.1.Core.dll
NuGet Package:
DevExpress.Dashboard.Core
Declaration
[DefaultValue(SimpleSeriesType.Bar)]
public SimpleSeriesType SeriesType { get; set; }
<DefaultValue(SimpleSeriesType.Bar)>
Public Property SeriesType As SimpleSeriesType
Property Value
Available values:
Name |
Description |
Bar
|
The Bar series.
|
StackedBar
|
The Stacked Bar series.
|
FullStackedBar
|
The Full-Stacked Bar series.
|
Point
|
The Point series.
|
Line
|
The Line series.
|
StackedLine
|
The Stacked Line series.
|
FullStackedLine
|
The Full-Stacked Line series.
|
StepLine
|
The Step Line series.
|
Spline
|
The Spline series.
|
Area
|
The Area series.
|
StackedArea
|
The Stacked Area series.
|
FullStackedArea
|
The Full-Stacked Area series.
|
StepArea
|
The Step Area series.
|
SplineArea
|
The Spline Area series.
|
StackedSplineArea
|
The Stacked Spline Area series.
|
FullStackedSplineArea
|
The Full-Stacked Spline Area series.
|
See Also