Back to Devexpress

StockSeriesViewModel.ShowOpenClose Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-stockseriesviewmodel.md

latest1.6 KB
Original Source

StockSeriesViewModel.ShowOpenClose Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public StockType ShowOpenClose { get; set; }
vb
<PropertyForOptions>
Public Property ShowOpenClose As StockType

Property Value

TypeDescription
StockType

The value specifying whether Open and Close markers are displayed.

|

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.

|

See Also

StockSeriesViewModel Class

StockSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace