How do I change the title font in TPaletteAxis objects?

Dear rooters,

Simple and fast question:
How do I change the title font in TPaletteAxis objects?

Cheers!

Have you tried:

h2->GetZaxis()->SetTitleFont();

Hi,
Yes, it does work.
Somehow I got confused with the fact that label’s font in TPaletteAxis objects change with
TPaletteAxis::SetLabelFont() , but the title’s font with Taxis::SetTitleFont()…
Thanks.