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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public StockLevel Level { get; set; }
#Property Value
Type | Description |
---|---|
Stock |
A Stock |
Available values:
Name | Description |
---|---|
Low |
Specifies the Low value of financial data. |
High |
Specifies the High value of financial data. |
Open |
Specifies the Open value of financial data. |
Close |
Specifies the Close value of financial data. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Level |
---|---|
Financial |
|
#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.