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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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