RegressionLine(ValueLevel) Constructor
Initializes a new instance of the RegressionLine class with the specified value level.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
valueLevel | ValueLevel | A ValueLevel object. |
Remarks
The regression line belonging to a series resides in its IndicatorCollection, returned by the XYSeries2D.Indicators property.
See Also