Skip to main content

ASPxClientDiagramCoordinates.numericalValue Property

Gets the numerical representation of the data point’s value.

Declaration

numericalValue: number

Property Value

Type Description
number

The data point’s value.

Remarks

To convert the display coordinates into the internal chart coordinates, use the ASPxClientXYDiagram2D.PointToDiagram method.

Use the numericalValue property to access the numerical representation of the data point’s value.The numericalValue property always returns an inner (numerical) value. In case the ASPxClientDiagramCoordinates.valueScaleType property is Numerical, the returned value corresponds to the actual value. Otherwise, it is set to the inner diagram Y-coordinate of the point.

See Also