Back to Devexpress

RangeSeriesType Enum

dashboard-devexpress-dot-dashboardcommon-fb652662.md

latest1.3 KB
Original Source

RangeSeriesType Enum

Lists values that specify the types of Range series.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum RangeSeriesType
vb
Public Enum RangeSeriesType

Members

NameDescription
SideBySideRangeBar

The Range Bar series.

| | RangeArea |

The Range Area series.

|

The following properties accept/return RangeSeriesType values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace