RegressionLines.LinesSerializable Property
Gets the value used to support serialization of the XYDiagram2DSeriesViewBase.RegressionLines property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[NonTestableProperty]
[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