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

ChartControl.SeriesSerializable Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.UI.dll

Declaration

[Browsable(false)]
public Series[] SeriesSerializable { get; set; }

Property Value

Type Description
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