Skip to main content

ReductionStockOptions.Level Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
StockLevel

A StockLevel enumeration value.

#Property Paths

You can access the ReductionStockOptions.Level property from the following objects:

Object Type Path to Level
CandleStickSeries2D
FinancialSeries2D
StockSeries2D

#Remarks

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

See Also