Center axis titles globally or by default?

Is it possible to make centered axis titles the default behaviour, or to set this behaviour optionally by a global style setting?

Cheers,

Hugh

There is no global way you should do:

h->GetXaxis()->CenterTitle(true);
h->GetYaxis()->CenterTitle(true);