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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the Indicators property instead.")]
[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