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

OpenHighLowCloseSeries.SeriesType Property

Gets or sets the type of the series.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(OpenHighLowCloseSeriesType.CandleStick)]
public OpenHighLowCloseSeriesType SeriesType { get; set; }

Property Value

Type Default Description
OpenHighLowCloseSeriesType **CandleStick**

An OpenHighLowCloseSeriesType enumeration member that specifies the type of the series.

See Also