CodeWithMichal
Results
3
comments of
CodeWithMichal
As a workaround, you can customize this code to make it working: ``` public partial class MainWindow : Window { private System.Drawing.PointF? LastDragPosition; private bool started; private MainWindowViewModel vm; public...
I would suggest adding it as well to other chart elements like Axes and Sections
@beto-rodriguez Did you have some time to take a look?