Skip to content

How to remove OXYPLOT tooltip after clicking ? #2109

@MSGFIWI

Description

@MSGFIWI

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!

image
oxyplot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions