How can I change the fontsize of datatip box?

64 views (last 30 days)
I mean the font size of x:5 and y:-12.38 Thanks in advance
  2 Comments
Alireza Babaei
Alireza Babaei on 20 Apr 2020
I think you need ot use such a command:
alldatacursors = findall(gcf,'type','hggroup')
set(alldatacursors,'FontSize',12)
set(alldatacursors,'FontName','Times')
set(alldatacursors,'FontWeigth','bold')
SRIKANTH
SRIKANTH on 25 Aug 2020
It really works !! Thanks a lot...

Sign in to comment.

Answers (1)

Aider
Aider on 4 Sep 2018

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!