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.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public RegressionLine(
    ValueLevel valueLevel
)

Parameters

Name Type Description
valueLevel ValueLevel

A ValueLevel enumeration value. This value is assigned to the SingleLevelIndicator.ValueLevel property.

Remarks

The Regression Lines belonging to a series reside in its IndicatorCollection, returned by the XYDiagram2DSeriesViewBase.Indicators property.

See Also