Skip to main content
A newer version of this page is available. .

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

Declaration

public StockType ShowOpenClose { get; set; }

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