Back to Devexpress

ChartControl.SeriesSerializable Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-4c02ba07.md

latest1.4 KB
Original Source

ChartControl.SeriesSerializable Property

Gets or sets the value used to support serialization of the ChartControl.Series property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Series[] SeriesSerializable { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property SeriesSerializable As Series()

Property Value

TypeDescription
Series[]

An array of Series objects.

|

Remarks

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

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace