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