Skip to main content

OpenHighLowCloseSeries.SeriesType Property

Gets or sets the type of the series.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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