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

PointDataBase.NumericalArgument Property

Returns the point’s numeric argument.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public double NumericalArgument { get; }

Property Value

Type Description
Double

The point’s numeric argument.

Remarks

If you utilize DateTime objects to specify arguments, use the PointDataBase.DateTimeArgument property to obtain the typed argument. If arguments are string categories, use the PointDataBase.QualitativeArgument property to obtain the argument.

For more information about data types, refer to the following section: Load Chart Data - Available Data Types.

See Also