StockDrawOptions.ShowOpenClose Property
Gets or sets a value which indicates if “open” and “close” values should be shown in the Stock Series View when implementing custom drawing in the chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| StockType | A StockType enumeration value which indicates the mode used to show “open” and “close” values. |
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. |
Remarks
Use the ShowOpenClose property to access and modify the visibility of the “open” and “close” values shown in the stock series view.
See Also