Example #1
0
 private void revisePlottingPoint(Point point, PointD pointD)
 {
     _plottingArea.SelectedIndex = _plottingArea.IndexOnPoints(point);
     if (_plottingArea.SelectedIndex >= 0)
     {
         PlotPointDragDrop();
     }
 }