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