Skip to main content

StockLevel Enum

Lists the values used to identify the levels of price data in Stock (Candle Stick) charts.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public enum StockLevel

#Members

Name Description
LowValue

The Low value is displayed.

HighValue

The High value is displayed.

OpenValue

The Open value is displayed.

CloseValue

The Close value is displayed.

#Passed To

You can pass StockLevel values to the ReductionStockOptions.Level property.

#Remarks

The values listed by the StockLevel enumeration are used to set the ReductionStockOptions.Level and FinancialSeries2D.ValueToDisplay properties.

See Also