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