Searched refs:getXVal (Results 1 – 3 of 3) sorted by relevance
352 public Double getXVal(PointF point) { in getXVal() method in XYGraphWidget353 return getXVal(point.x); in getXVal()362 public Double getXVal(float xPix) { in getXVal() method in XYGraphWidget1109 return getXVal(getDomainCursorPosition()); in getDomainCursorVal()
305 public Number getXVal(PointF point) { in getXVal() method in XYPlot306 return getGraphWidget().getXVal(point); in getXVal()
315 Number x = plot.getXVal(point); in onPlotClicked()