A newer version of this page is available.
Switch to the current version.
ChartControl.SeriesSerializable Property
Gets or sets the value used to support serialization of the ChartControl.Series property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.UI.dll
Declaration
[Browsable(false)]
public Series[] SeriesSerializable { get; set; }
<Browsable(False)>
Public Property SeriesSerializable As Series()
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
Feedback