MindFusion.Java Package Programmer's Guide
BaseScale.getValueFromPoint Method
See Also
 






Returns the value corresponding to the specified point.

Namespace: com.mindfusion.charting.components.gauges
Package: 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

BaseScale Members
BaseScale Class
com.mindfusion.charting.components.gauges Namespace