RegressionLine(String) Constructor
Initializes a new instance of the RegressionLine class with the specified name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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