OpenHighLowCloseSeries.SeriesType Property
Gets or sets the type of the series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(OpenHighLowCloseSeriesType.CandleStick)]
public OpenHighLowCloseSeriesType SeriesType { get; set; }
<DefaultValue(OpenHighLowCloseSeriesType.CandleStick)>
Public Property SeriesType As OpenHighLowCloseSeriesType
Property Value
Type | Default | Description |
---|---|---|
OpenHighLowCloseSeriesType | CandleStick |
An OpenHighLowCloseSeriesType enumeration member that specifies the type of the series. |
Available values:
Name | Description |
---|---|
CandleStick | The Candle Stick series. |
Stock | The Stock series. |
See Also
Feedback