Search
BaseScale.getValueFromPoint Method
See Also
 






Returns the value corresponding to the specified point.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public abstract double getValueFromPoint (
    Point2D point
)

 Parameters

point

The point to test.

 Return Value

The value from the scale, corresponding to the point, possibly getMinValue or getMaxValue if the specified point cannot be associated with a value.

 See Also