XYDiagram2DSeriesViewBase.RegressionLines Property
In This Article
OBSOLETE
This property is now obsolete. Use the Indicators property instead.
Provides access to the series collection of Regression Lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RegressionLines RegressionLines { get; }
#Property Value
Type | Description |
---|---|
Regression |
A Regression |
#Remarks
This property is now obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.
See Also