Setting TMultiGraph Axis Titles?

Well, multigraph->GetHistogram()->SetXTitle(“GeV”) doesn’t seem to work.
So how can i set the axis titles in a TMultiGraph ?:roll:

Do:

multigraph->Draw("ap"); //or other options gPad->Update(); multigraph->GetHistogram()->SetXTitle("GeV")
Rene