RangeSeries.Value2 Property
In This Article
Gets or sets a measure that provides data used to calculate the second series of values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Description |
---|---|
Measure | A Measure object that provides data used to calculate the second series of values. |
#Remarks
Use the RangeSeries.Value1 property to provide a measure used to calculate the first series of values.
See Also