0
私はOnDataPointTapListener
とcom.jjoe64.graphview.GraphView
を使用し、方法onTap
はDataPointInterface
dataPointを与えます。タップからの距離を計算するポイントcom.jjoe64.graphview.GraphView
クローズドドローイングdataPoint
(配列)は計算できますか?
@Override
public void onTap(Series series, DataPointInterface dataPoint) {
//find closed data point with Array DataPoint[] and the
//given DataPointInterface dataPoint
}
おそらくradius
を使用できますか?