StockSeriesViewModel.ShowOpenClose Property
Gets or sets the value of the StockSeriesView.ShowOpenClose within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| StockType | The value specifying whether Open and Close markers are displayed. |
Available values:
| Name | Description |
|---|---|
| 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. |
See Also