Since i have updated to the Version 2014 last week, i have the problem with my printouts of my Charts.
I useing Fastreport for my Reportgenerator:
Follow is the line where i print it out:
Code: Select all
PROCEDURE TfrmVis_Grafik.frxReportChartBeforePrint(Sender: TfrxReportComponent);
BEGIN
IF Sender.Name = 'Picture1' THEN BEGIN
TfrxPictureView(Sender).Picture.Assign(Chart.TeeCreateMetafile(False, Rect(0, 0, Round(Sender.Width), Round(Sender.Height))));
END;
END;
"Aufnahme6.jpg" ist the Preview of the Chart in my Form
"Aufnahme7.jpg" is the Preview in Fastreport (Take a look to the legend)
"gktext.wmf" is the filesave of the Method TeeCreateMetafile, is also wrong!!
I think, there is a bug in the Method TeeCreateMetafile!!
Kind Regards
Gregor