BaseScale.getValueFromPoint override.
Namespace: MindFusion.Gauges
File: LinearScale.js
SyntaxJavaScript
Copy Code
|
|---|
function getValueFromPoint (point) |
Type: Point
Point. The point to test.
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