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

ReductionStockOptionsModel.Level Property

Gets or sets the value of the ReductionStockOptions.Level within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
public StockLevel Level { get; set; }

Property Value

Type Description
StockLevel

The price value (open, close, high or low) on which the analysis of the price action is performed.

Available values:

Name Description
Low

Specifies the Low level of price data.

High

Specifies the High level of price data.

Open

Specifies the Open level of price data.

Close

Specifies the Close level of price data.

Property Paths

You can access this nested property as listed below:

Object Type Path to Level
CandleStickSeriesViewModel
FinancialSeriesViewBaseModel
StockSeriesViewModel
See Also