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

OpenHighLowCloseSeriesType Enum

Lists values that specify the types of Open-High-Low-Close series.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum OpenHighLowCloseSeriesType

Members

Name Description
CandleStick

The Candle Stick series.

CandleStickSeries

Stock

The Stock series.

OpenHighLowCloseSeries

Remarks

Values listed by this enumeration are used to set the OpenHighLowCloseSeries.SeriesType property.

See Also