Jump to content
Software FX Community

Metafile


User (Legacy)

Recommended Posts

Wish to export a chart made with chartfx to a component that will

create a pdf file. The pdf code is:

"1. Create a TWPOImage

2. Assign the metafile to it.

I think the code was

Image.Picture.Assign( YourChart.GetAsMetafile );

// "YourChart" is a TChart object !

3. insert it as usual"

What is the GetAsMetafile routine?

Thanks.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...