- WPF? I think this must be done using the drag/drop features in WPF, I don't think the PlotController can help you here.
- Buttons must be in an overlay, they are not supported in the plot model. See Source\Examples\WPF\WpfExamples\Examples\OverlayDemo
- The tracker should work with many LineSeries. The
PlotModel
has aHitTest
method you can use to do hit testing.
↧
New Post: Drag & Drop
↧