The location of label of data cursor

7 views (last 30 days)
Victor Lam
Victor Lam on 8 Jul 2018
Edited: Robert U on 9 Jul 2018
Is it possible to change the location of the data cursor programmatically? Such as 'southwest' or 'northeast'? For example 'southwest'
and 'northeast'

Answers (1)

Robert U
Robert U on 9 Jul 2018
Edited: Robert U on 9 Jul 2018
Hi Victor Lam:
Position of datatip seems to be able to be changed. See example:
[...]
% Set the data-tip orientation to top-right rather than auto
set(hDatatip,'OrientationMode','manual');
set(hDatatip,'Orientation','top-right');
[...]
I did not test it in newer versions of Matlab.
Kind regards,
Robert

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!