FinancialIndicator.ValueLevel1 Property
In This Article
Gets or sets a value indicating how to obtain the first value of a financial indicator's point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Value |
A Value |
#Remarks
Any FinancialIndicator needs two points. And, each point should have a pair of arguments (FinancialIndicator.Argument1 and FinancialIndicator.Argument2) and the ValueLevel1 and FinancialIndicator.ValueLevel2 values defined.
See Also