HighLowCloseSeries(Measure, Measure, Measure) Constructor
Initializes a new instance of the HighLowCloseSeries class with the specified measures used to provide data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| high | Measure | A Measure object that contains High prices. This object is assigned to the HighLowCloseSeries.High property. |
| low | Measure | A Measure object that contains Low prices. This object is assigned to the HighLowCloseSeries.Low property. |
| close | Measure | A Measure object that contains Close prices. This object is assigned to the HighLowCloseSeries.Close property. |
See Also