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.v24.2.Core.dll
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