Draw legend without shadowed box

Dear root experts,

I would like to make a legend as simple as possible, so using TLegend seems like a good idea. However I do not like the shadow of the pave. Is it possible to make a legend with just simple lines marking the box, or even without lines?

It doesn’t work to use to set the style to Plain, since I am using a predefined style that overrides the Plain.

Thanks!
Maiken

   leg->SetBorderSize(0);
1 Like

Thank you very much!

Maiken