Histogram Data YBin numbers

Hi,

I have the histogram produced by a root file. I am trying to figure out the last Bin in the y axis, how can I access it?


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


I am not sure I fully understood what you need exactly, but let me guess:

h->GetBinContent(h->GetNbinsX());