Back to Devexpress

StockDrawOptions.ShowOpenClose Property

corelibraries-devexpress-dot-xtracharts-dot-stockdrawoptions.md

latest1.9 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public StockType ShowOpenClose { get; set; }
vb
Public Property ShowOpenClose As StockType

Property Value

TypeDescription
StockType

A StockType enumeration value which indicates the mode used to show “open” and “close” values.

|

Available values:

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.

|

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

ShowOpenClose

StockDrawOptions Class

StockDrawOptions Members

DevExpress.XtraCharts Namespace