Set Marker Style

Hi,

I use the ‘SetMarkerStyle’ option for a histogram (root 518).
Now I want to create a legend with ‘TLegend’.
Normaly I use: ‘legend->AddEntry(histo,“test”,“l”);’ or something similar.

How can I do this with an histogram->SetMarkerStyle()?

Cheers,
Gordon

Use option “P” instead of “L” or together "PL"
see doc of TLegend::AddEntry.

Rene