Skip to main content

RangeSeries(RangeSeriesType) Constructor

Initializes a new instance of the RangeSeries class with the specified series type.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public RangeSeries(
    RangeSeriesType seriesType
)

Parameters

Name Type Description
seriesType RangeSeriesType

A RangeSeriesType enumeration member that specifies the series type. This value is assigned to the RangeSeries.SeriesType property.

See Also