RegressionLine(ValueLevel) Constructor
In This Article
Initializes a new instance of the RegressionLine class with the specified value level.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value |
Value |
A Value |
#Remarks
The regression line belonging to a series resides in its IndicatorCollection, returned by the XYSeries2D.Indicators property.
See Also