Axis' Text Size

Hi.

I’m trying to draw a TGraph on ROOT and I can set perfectly well the Axis’ title size and the TGraph’s title size, but I can’t increase the size of the text on the axis (the numbers!).

It seems TGaxis can do this, but TGraph (or TH1) only ive me a TAxis when I do TGraph::GetXaxis().

Is there a way to do this?!

Sorry if this is a VERY stupid question, but I couldn’t find this anywhere …

Cheers,
Danilo

Graph->GetXaxis()->SetLabelSize(…);