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

RegressionLines.LinesSerializable Property

Gets the value used to support serialization of the XYDiagram2DSeriesViewBase.RegressionLines property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[NonTestableProperty]
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public List<RegressionLine> LinesSerializable { get; }

Property Value

Type Description
List<RegressionLine>

A List<RegressionLine> object.

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also