Back to Devexpress

ReductionStockOptionsModel.Level Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-reductionstockoptionsmodel-9f2cbb0e.md

latest2.0 KB
Original Source

ReductionStockOptionsModel.Level Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
StockLevel

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

|

Available values:

NameDescription
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 TypePath to Level
FinancialSeriesViewBaseModel

.ReductionOptions .Level

|

See Also

ReductionStockOptionsModel Class

ReductionStockOptionsModel Members

DevExpress.XtraCharts.Designer Namespace