Skip to main content

RegressionLines.LinesSerializable Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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