Back to Devexpress

OpenHighLowCloseSeriesType Enum

dashboard-devexpress-dot-dashboardcommon-d16a6ab9.md

latest1.4 KB
Original Source

OpenHighLowCloseSeriesType Enum

Lists values that specify the types of Open-High-Low-Close series.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum OpenHighLowCloseSeriesType
vb
Public Enum OpenHighLowCloseSeriesType

Members

NameDescription
CandleStick

The Candle Stick series.

| | Stock |

The Stock series.

|

The following properties accept/return OpenHighLowCloseSeriesType values:

Remarks

Values listed by this enumeration are used to set the OpenHighLowCloseSeries.SeriesType property.

See Also

DevExpress.DashboardCommon Namespace