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

HighLowCloseSeries.Low Property

Gets or sets a measure that contains Low prices.

Namespace: DevExpress.DashboardCommon

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

Declaration

public Measure Low { get; set; }

Property Value

Type Description
Measure

A Measure object that contains Low prices.

Remarks

Use the HighLowCloseSeries.High and HighLowCloseSeries.Close properties to provide measures with High and Close prices respectively.

See Also