Steps to reproduce
plotmodel.MouseUp+= (s, e) =>
{
// some database actions here
pM.InvalidatePlot(false);
e.Handled = true;
};
Platform:
.NET version: Visual Studio 2022, Framework 4.7.2
Expected behaviour
I want the datatooltip which shows after clicking to go away or not to show at all....
Actual behaviour
The tooltip stays on the plot.
Feature description
Write a description of the feature. How should it work? How should it look?
Include some graphics if this could help!

