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

RegressionLine() Constructor

Initializes a new instance of the RegressionLine class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public RegressionLine()

Remarks

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

By default, a Regression Line is drawn corresponding to the series’ ValueLevel.Value, which can be customized via the SingleLevelIndicator.ValueLevel property.

See Also