Skip to main content

FinancialIndicator.ValueLevel1 Property

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

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

#Property Value

Type Description
ValueLevel

A ValueLevel enumeration value, which indicates how to obtain the first 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 ValueLevel1 and FinancialIndicator.ValueLevel2 values defined.

See Also