Skip to main content

StockSeriesViewModel.ShowOpenClose Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

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