Skip to main content

FinancialIndicator.ValueLevel2 Property

Gets or sets a value indicating how to obtain the second value of a financial indicator's point.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public ValueLevel ValueLevel2 { get; set; }

#Property Value

Type Description
ValueLevel

A ValueLevel enumeration value, which indicates how to obtain the second point value of a financial indicator.

#Remarks

Any FinancialIndicator needs two points. And, each point should have a pair of arguments (FinancialIndicator.Argument1 and FinancialIndicator.Argument2) and the FinancialIndicator.ValueLevel1 and ValueLevel2 values defined.

See Also