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

StockSeriesViewModel.ShowOpenClose Property

Gets or sets the value of the StockSeriesView.ShowOpenClose within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public StockType ShowOpenClose { get; set; }

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