Search
LinearScale.getValueFromPoint Method
See Also
 






BaseScale.getValueFromPoint override.

Namespace: MindFusion.Gauges
File: LinearScale.js

 Syntax

JavaScript  Copy Code

function getValueFromPoint (point)

 Parameters

point

Point. The point to test.

 Return Value

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