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

RegressionLine(String) Constructor

Initializes a new instance of the RegressionLine class with the specified name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public RegressionLine(
    string name
)

Parameters

Name Type Description
name String

A Stringvalue. This value is assigned to the Indicator.Name property.

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