How to Get Userrange from TAxis?

Hello,
i want to know the range of the y-axis of a TH1F… I can set it via SetUserRange, but there is no GetUserRange, and i cant find anything, to get the edges of the Axis…

Thx for any hints,
Thomas

call myhist.GetMinimum(), GetMaximum().

Rene