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

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

Declaration

[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RegressionLines RegressionLines { get; }

Property Value

Type Description
RegressionLines

A RegressionLines object.

Remarks

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

See Also