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

RangeSeries.SeriesType Property

Gets or sets the series type.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(RangeSeriesType.SideBySideRangeBar)]
public RangeSeriesType SeriesType { get; set; }

Property Value

Type Default Description
RangeSeriesType **SideBySideRangeBar**

A RangeSeriesType enumeration member that specifies the series type.

See Also