Back to Devexpress

XYDiagram2DSeriesViewBase.RegressionLines Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram2dseriesviewbase-85fd7cd1.md

latest2.0 KB
Original Source

XYDiagram2DSeriesViewBase.RegressionLines Property

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RegressionLines RegressionLines { get; }
vb
<Obsolete("This property is now obsolete. Use the Indicators property instead.")>
<Browsable(False)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property RegressionLines As RegressionLines

Property Value

TypeDescription
RegressionLines

A RegressionLines object.

|

Remarks

This property is now obsolete. Use the XYDiagram2DSeriesViewBase.Indicators property instead.

See Also

Indicators

XYDiagram2DSeriesViewBase Class

XYDiagram2DSeriesViewBase Members

DevExpress.XtraCharts Namespace