Effacer les filtres
Effacer les filtres

how to fix the graph in app designer

1 vue (au cours des 30 derniers jours)
piero
piero le 26 Juin 2023
Commenté : piero le 27 Juin 2023
hi, can i fixed chart? (if I point the mouse on the figure I can drag it)

Réponse acceptée

Jacob Mathew
Jacob Mathew le 27 Juin 2023
Modifié(e) : Jacob Mathew le 27 Juin 2023
EDIT:
To make the graph static, we can use the following code:
disableDefaultInteractivity(app.UIAxes)
Hi piero,
I understand that you want to be able to pan the graph i.e move the axes.
When you add the app.UIaxes to the app designer window and run the app, hover over it to see the pan option as well as other options like zoom in and zoom out. Please see the below images for reference:
  3 commentaires
Jacob Mathew
Jacob Mathew le 27 Juin 2023
Modifié(e) : Jacob Mathew le 27 Juin 2023
Hi piero,
To achieve the opposite effect i.e to disable the ability to pan, zoom and other interactivity with the graph you can use the following function:
disableDefaultInteractivity(app.UIAxes)
This will make the graph static
piero
piero le 27 Juin 2023
thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by