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

RangeSeries.Value1 Property

Gets or sets a measure that provides data used to calculate the first series of values.

Namespace: DevExpress.DashboardCommon

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

Declaration

public Measure Value1 { get; set; }

Property Value

Type Description
Measure

A Measure object that provides data used to calculate the first series of values.

Remarks

Use the RangeSeries.Value2 property to provide a measure used to calculate the second series of values.

See Also