MindFusion.Charting for JavaScript Programmer's Guide
LinearScale.getValueFromPoint Method
See Also
 






BaseScale.getValueFromPoint override.

Namespace: MindFusion.Gauges
File: LinearScale.js

 Syntax

JavaScript  Copy Code

function getValueFromPoint (point)

 Parameters

point

Type: Point
Point. The point to test.

 Return Value

Type: Number
Number. The value from the scale, corresponding to the point, possibly MinValue orMaxValue if the specified point cannot be associated with a value.

 See Also

LinearScale Members
LinearScale Class
MindFusion.Gauges Namespace