Skip to main content

DataPoint() Constructor

In This Article

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public DataPoint()

#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 DataPoint‘s overload list of constructors.

See Also