Returns the value corresponding to the specified point.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
SyntaxJava
Copy Code
|
|---|
public abstract double getValueFromPoint ( |
The point to test.
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