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

Series() Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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