MATLAB: How to prevent data tips from showing up in App Designer for trimesh/trisurf plots

app designerappdesignerdata tipsMATLABtrimeshtrisurf

Any help would be greatly appreciated!

Best Answer

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.