Chart1.TeeCreateMetafile not export additional Label

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Labor
Newbie
Newbie
Posts: 2
Joined: Wed Jun 08, 2005 4:00 am

Chart1.TeeCreateMetafile not export additional Label

Post by Labor » Mon Jun 20, 2005 8:02 am

Hi,

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jun 27, 2005 3:08 pm

Hi Mec,

have you tried to use Annotation Tools to add the custom labels ?

Post Reply