Searched refs:getYVal (Results 1 – 3 of 3) sorted by relevance
326 public Double getYVal(PointF point) { in getYVal() method in XYGraphWidget327 return getYVal(point.y); in getYVal()336 public Double getYVal(float yPix) { in getYVal() method in XYGraphWidget1121 return getYVal(getRangeCursorPosition()); in getRangeCursorVal()
301 public Number getYVal(PointF point) { in getYVal() method in XYPlot302 return getGraphWidget().getYVal(point); in getYVal()
316 Number y = plot.getYVal(point); in onPlotClicked()