Skip to main content

OpenHighLowCloseSeries(OpenHighLowCloseSeriesType) Constructor

Initializes a new instance of the OpenHighLowCloseSeries class with the specified series type.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public OpenHighLowCloseSeries(
    OpenHighLowCloseSeriesType seriesType
)

Parameters

Name Type Description
seriesType OpenHighLowCloseSeriesType

An OpenHighLowCloseSeriesType enumeration member that specifies the series type. This value is assigned to the OpenHighLowCloseSeries.SeriesType property.

See Also