Stats-window for TGraph?

Hi,

I would like to ask if there is a possibillity to get a stats-window for a TGraph (entries, over- and underflow etc.). If there is one, how can activate this using the TBrowser?

Thanks in advance!
Chris

Graphs have no “bins”, so they have no “overflow bin” nor “underflow bin”.
See TGraph and TGraphPainter class descriptions.

… and no entries ! :slight_smile:
Will is right, you are not using the right object. Use TH1F or TH1D.