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

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.v19.2.dll

Declaration

public StockLevel Level { get; set; }

Property Value

Type Description
StockLevel

A StockLevel enumeration value.

Available values:

Name Description
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 Type Path to Level
CandleStickSeries2D
FinancialSeries2D
StockSeries2D

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Level property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also