Back to Devexpress

StockLevel Enum

wpf-devexpress-dot-xpf-dot-charts-0c7c7c22.md

latest1.5 KB
Original Source

StockLevel Enum

Lists the values used to identify the levels of price data.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum StockLevel
vb
Public Enum StockLevel

Members

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.

|

The following properties accept/return StockLevel values:

Remarks

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

See Also

Level

ValueToDisplay

DevExpress.Xpf.Charts Namespace