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


