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

RegressionLine(ValueLevel) Constructor

Initializes a new instance of the RegressionLine class with the specified value level.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public RegressionLine(
    ValueLevel valueLevel
)

Parameters

Name Type Description
valueLevel ValueLevel

A ValueLevel object.

Remarks

The regression line belonging to a series resides in its IndicatorCollection, returned by the XYSeries2D.Indicators property.

See Also