PointDataBase.NumericalArgument Property
In This Article
Returns the point’s numeric argument.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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