Skip to main content

DataPoint(String, Double) Constructor

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

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataPoint(
    string argument,
    double value
)

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.

value Double

A Double value which specifies the numerical value of the series point. This value is assigned to the DataPoint.Value property.

See Also