OpenHighLowCloseSeries.SeriesType Property
In This Article
Gets or sets the type of the series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(OpenHighLowCloseSeriesType.CandleStick)]
public OpenHighLowCloseSeriesType SeriesType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Open |
Candle |
An Open |
Available values:
Name | Description |
---|---|
Candle |
The Candle Stick series. |
Stock | The Stock series. |
See Also