Retrieve TLegend from TCanvas::GetListOfPrimitives()

I have a TLegend drawn on a TCanvas.
When I call TCanvas::GetListOfPrimitives() there is a TPaveText but no TLegend.
Where is the TLegend?

The TLegend was created on stack and had gone out of scope.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.