dashboard-devexpress-dot-dashboardcommon-ea208ee5.md
Lists values that specify the types of Simple series.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum SimpleSeriesType
Public Enum SimpleSeriesType
| 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.
|
The following properties accept/return SimpleSeriesType values:
Values listed by this enumeration are used to set the SimpleSeries.SeriesType property.
See Also