> does anybody know how to get a pointer to the statistics box ?
> I tried gPad->GetListOfPrimitives()->FindObject("stats") but it
Hi Norbert,
make sure gPad points to the pad in question, then:
TPaveText *stats = (TPaveText*)gPad->GetPrimitive("stats");
stats->SetTextSize(0.03);
should work.
The attributes of the statbox are also modifyable via TStyle.
Cheers
Otto
----------------------------------------------------------------------------
Otto Schaile Sektion Physik der LMU Muenchen
Phone: (+49 89)289 14070 Am Coulombwall 1, D-85748 Garching, Germany
FAX: (+49 89)289 14072 EMail: Otto.Schaile@Physik.Uni-Muenchen.DE