Código Delphi [-] with TPrintDialog.Create(nil) do try if Execute then Chart1.Print; finally Free; end;
with TPrintDialog.Create(nil) do try if Execute then Chart1.Print; finally Free; end;