Skip to main content

Series() Constructor

For internal use only. Initializes a new instance of the Series class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Series()

Remarks

This constructor is used for serialization purposes only, and it should be avoided in your code. Instead, use the overloaded Series constructor with the specified series name and view type passed as parameters.

See Also