ChartControl.SeriesSerializable Property
Gets or sets the value used to support serialization of the ChartControl.Series property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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