Skip to main content

SeriesPoint() Constructor

In This Article

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public SeriesPoint()

#Remarks

This constructor is intended for serialization purposes only. Normally, you don’t need to use it.

Instead, use one of the other methods available in the SeriesPoint‘s overload list of constructors.

See Also