SimpleSeriesType Enum
Lists values that specify the types of Simple series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Bar
|
The Bar series. |
Stacked
|
The Stacked Bar series. |
Full
|
The Full-Stacked Bar series. |
Point
|
The Point series. |
Line
|
The Line series. |
Stacked
|
The Stacked Line series. |
Full
|
The Full-Stacked Line series. |
Step
|
The Step Line series. |
Spline
|
The Spline series. |
Area
|
The Area series. |
Stacked
|
The Stacked Area series. |
Full
|
The Full-Stacked Area series. |
Step
|
The Step Area series. |
Spline
|
The Spline Area series. |
Stacked
|
The Stacked Spline Area series. |
Full
|
The Full-Stacked Spline Area series. |
#Related API Members
The following properties accept/return SimpleSeriesType values:
#Remarks
Values listed by this enumeration are used to set the SimpleSeries.SeriesType property.