示例#1
0
 /**
  * Returns the current series selection object.
  *
  * @return the series selection
  */
 public SeriesSelection getCurrentSeriesAndPoint() {
   return mChart.getSeriesAndPointForScreenCoordinate(new Point(oldX, oldY));
 }