How do I prevent data tips from showing up in App Designer for trimesh/trisurf plots?

2 views (last 30 days)
Any help would be greatly appreciated!

Accepted Answer

Anshuman Agrawal
Anshuman Agrawal on 3 Aug 2019
Edited: Anshuman Agrawal on 3 Aug 2019
Actually I found the answer, but am not deleting the question in case someone else has the same question.
disableDefaultInteractivity(app.UIAxes)
enableDefaultInteractivity(app.UIAxes)
alternatively changing the Interactions property of the axes also works.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!