Back to Devexpress

ReductionStockOptions.Level Property

wpf-devexpress-dot-xpf-dot-charts-dot-reductionstockoptions-9b863998.md

latest2.1 KB
Original Source

ReductionStockOptions.Level Property

Gets or sets a particular price value (open, close, high or low) used for the price action analysis.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public StockLevel Level { get; set; }
vb
Public Property Level As StockLevel

Property Value

TypeDescription
StockLevel

A StockLevel enumeration value.

|

Available values:

NameDescription
LowValue

Specifies the Low value of financial data.

| | HighValue |

Specifies the High value of financial data.

| | OpenValue |

Specifies the Open value of financial data.

| | CloseValue |

Specifies the Close value of financial data.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Level
FinancialSeries2D

.ReductionOptions .Level

|

Remarks

Use the Level property to specify a price value (in particular, StockLevel.OpenValue, StockLevel.CloseValue, StockLevel.HighValue or StockLevel.LowValue) which is taken into account when analyzing the price action to ascertain that the price reduction takes place.

See Also

ReductionStockOptions Class

ReductionStockOptions Members

DevExpress.Xpf.Charts Namespace