TText, SetTextAlign

Why not just change the position in the constructor?

TText* t = new TText(.5,.1,cdate);
t->SetTextAlign(31);
t->SetTextColor(kBlue);
t->Draw();

Just FYI:

2 Likes