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

RangeSeriesType Enum

Lists values that specify the types of Range series.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum RangeSeriesType

Members

Name Description
SideBySideRangeBar

The Range Bar series.

RangeBar

RangeArea

The Range Area series.

RangeArea

Related API Members

The following properties accept/return RangeSeriesType values:

Remarks

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

See Also