Skip to main content
A newer version of this page is available. .

RegressionLine.ValueLevel Property

Gets or sets a value indicating how to obtain the value of a regression line’s point.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public ValueLevel ValueLevel { get; set; }

Property Value

Type Description
ValueLevel

A ValueLevel enumeration value, which indicates how to obtain a regression line point’s value.

Available values:

Name Description
Value

Indicates the value of a series point where the series point contains only one value.

Value2

Indicates the Second value of a series point, where the series view belongs to the Range Bar view type.

Low

Indicates the Low value of a series point, where the series view belongs to the Financial view type.

High

Indicates the High value of a series point, where the series view belongs to the Financial view type.

Open

Indicates the Open value of a series point, where the series view belongs to the Financial view type.

Close

Indicates the Close value of a series point, where the series view belongs to the Financial view type.

Remarks

To learn more about Regression line indicators, see Regression Lines.

See Also