Skip to main content

DataPoint(String) Constructor

Initializes a new instance of the DataPoint class with the specified qualitative argument.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public DataPoint(
    string argument
)

#Parameters

Name Type Description
argument String

A String value which specifies the qualitative argument of the series point. This value is assigned to the DataPoint.Argument property.

#Remarks

Note that this constructor creates an empty point (which is also known as a missing point) with the empty DataPoint.Value. This point will either be skipped, or generate a break when painting its owner series, depending upon the current series view.

See Also