Skip to main content
A newer version of this page is available. .

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

Declaration

public HighLowCloseSeries(
    Measure high,
    Measure low,
    Measure close
)

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