we have the necessity to use additional TLabel on the chart. When i export the chart with TeeCreateMetafile and import on the Fastreport this additional Labels on the Fastreport is'nt visible.
Here is the code:
Code: Select all
TfrxPictureView(Sender).Picture.Assign(
Chart1.TeeCreateMetafile(True,
Rect(0, 0, Round(Sender.Width), Round(Sender.Height))));
Existing a solution for this problem?
Thanks
Mec