TLegend question

Hi all,
I use in order to write the legend TLegend and.
I would want to know if there is a method in order to magnify the marker and the sentences in the legend without to magnify the dimension of the legend

Thanks
Ciccio

The text size in the TLegend is computed automatically to take as much space as it can. If you magnify it it will very likely go out of the frame. Can you send a small example showing your problem ?

Any way, as TLegend inherits, from TAttText you can do:
legend->SetTextSize(…);
But I am not sure you will get a nice result…

[quote=“couet”]The text size in the TLegend is computed automatically to take as much space as it can. If you magnify it it will very likely go out of the frame. Can you send a small example showing your problem ?

Any way, as TLegend inherits, from TAttText you can do:
legend->SetTextSize(…);
But I am not sure you will get a nice result…[/quote]

Hi couet,
I risolved my problem.
I modified the size of merker and of text
Thank
ciccio