HighLowCloseSeries.Low Property
In This Article
Gets or sets a measure that contains Low prices.
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 contains Low prices. |
#Remarks
Use the HighLowCloseSeries.High and HighLowCloseSeries.Close properties to provide measures with High and Close prices respectively.
See Also