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

RegressionLines Class

Represents the collection of regression lines of a specific series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class RegressionLines :
    ChartElement,
    IXtraSupportDeserializeCollectionItem,
    IEnumerable<RegressionLine>,
    IEnumerable

Remarks

An object of the RegressionLines type is returned by the XYDiagram2DSeriesViewBase.RegressionLines property, which is now obsolete. The RegressionLines class isn’t used anymore, and is only retained for backward compatibility.

Now, individual RegressionLine objects are stored in the IndicatorCollection (along with other indicator types available), returned by the XYDiagram2DSeriesViewBase.Indicators property.

For more information, refer to Regression Lines.

Inheritance

Object
ChartElement
RegressionLines
See Also