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

HighLowCloseSeries.Close Property

Gets or sets a measure that contains Close prices.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public Measure Close { get; set; }

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