Skip to main content

SeriesPoint() Constructor

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.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