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

SeriesPoint() Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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