EJSC.Chart.getMinMaxYInXRange
See Also
DEPRECATED - Will be replaced in a future version
Definition
object getMinMaxYInXRange( float x_min, float x_max )
RETURNS: { y_min: float, y_max: float }
Description
Returns the min and max Y values for the provided X range. |