Y axis values and labeling

Hi,

I have a histogram which has values like 0.05. How do I do something like 5 X 10^-2 on the y axis or the x-axis ?

Thanks.

TGaxis::SetMaxDigits(2)
or
TGaxis::SetMaxDigits(1)