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

SeriesBase() Constructor

Initializes a new instance of the SeriesBase class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public SeriesBase()

Remarks

Normally there is no need to create SeriesBase objects directly in your applications. The ChartControl object automatically instantiates this object when initializing its ChartControl.SeriesTemplate property.

See Also