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

RangeSeries(Measure, Measure) Constructor

Initializes a new instance of the RangeSeries class with the specified measures used to provide data.

Namespace: DevExpress.DashboardCommon

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

Declaration

public RangeSeries(
    Measure value1,
    Measure value2
)

Parameters

Name Type Description
value1 Measure

A Measure object that provides data used to calculate the first series of values. This object is assigned to the RangeSeries.Value1 property.

value2 Measure

A Measure object that provides data used to calculate the second series of values. This object is assigned to the RangeSeries.Value2 property.

See Also