Skip to main content
A newer version of this page is available. .

SimpleSeriesType Enum

Lists values that specify the types of Simple series.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public enum SimpleSeriesType

Members

Name Description
Bar

The Bar series.

BarSeries_Bar

StackedBar

The Stacked Bar series.

BarSeries_StackedBar

FullStackedBar

The Full-Stacked Bar series.

BarSeries_FullStackedBar

Point

The Point series.

PointSeries

Line

The Line series.

LineSeries

StackedLine

The Stacked Line series.

StackedLineSeries

FullStackedLine

The Full-Stacked Line series.

FullStackedLineSeries

StepLine

The Step Line series.

StepLineSeries

Spline

The Spline series.

SplineSeries

Area

The Area series.

AreaSeries

StackedArea

The Stacked Area series.

StackedAreaSeries

FullStackedArea

The Full-Stacked Area series.

FullStackedAreaSeries

StepArea

The Step Area series.

StepAreaSeries

SplineArea

The Spline Area series.

SplineAreaSeries

StackedSplineArea

The Stacked Spline Area series.

StackedSplineAreaSeries

FullStackedSplineArea

The Full-Stacked Spline Area series.

FullStackedSplineAreaSeries

Remarks

Values listed by this enumeration are used to set the SimpleSeries.SeriesType property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SimpleSeriesType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also