Back to Devexpress

StockType Enum

corelibraries-devexpress-dot-xtracharts-02d9bf56.md

latest2.0 KB
Original Source

StockType Enum

Lists the values used to specify whether Open and Close markers are displayed within a series view of the stock type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum StockType
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum StockType

Members

NameDescription
Both

Specifies that both Open and Close price values are displayed.

| | Open |

Specifies that only Open price values are displayed.

| | Close |

Specifies that only Close price values are displayed.

|

The following properties accept/return StockType values:

LibraryRelated API Members
Cross-Platform Class LibraryStockDrawOptions.ShowOpenClose
StockSeriesView.ShowOpenClose
WinForms ControlsStockSeriesViewModel.ShowOpenClose

Remarks

The values listed by this enumeration are used to set the StockSeriesView.ShowOpenClose and StockDrawOptions.ShowOpenClose properties.

See Also

DevExpress.XtraCharts Namespace