ASPxClientDiagramCoordinates.numericalArgument Property
Gets the numerical representation of the data point’s argument.
Declaration
numericalArgument: number
Property Value
Type | Description |
---|---|
number | The data point’s argument. |
Remarks
Use the ASPxClientXYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the ASPxClientDiagramCoordinates object.
The numericalArgument property always returns an inner (numerical) argument value. In case the ASPxClientDiagramCoordinates.argumentScaleType is Numerical, the returned value corresponds to the data point argument, converted to double. Otherwise, it is set to the inner diagram X-coordinate of the point.
See Also