Skip to main content

RegressionLine(ValueLevel) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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