Hello guys.
I've purchased and installed the TeeChart pro v7.07.
I made a chart, and now I want to let the user see the export dialog.
I use:
TeeExport(_ownerForm,_graph);
But I can only export to bitmap and metafile... I can't export to the other formats.
In the TeeChart examples (The big example, with all the features) the export works for all file types.
What am I doing wrong?
Ron.
Cannot export to JPG, or other formats
Hi Ron,
to allow the exportation to other formats at runtime you must add the export units to the uses (or as include) :
uses
TeePNG, teeGIF, ...
or
#include "TeePNG.hpp"
#pragma link "TeePNG"
to allow the exportation to other formats at runtime you must add the export units to the uses (or as include) :
uses
TeePNG, teeGIF, ...
or
#include "TeePNG.hpp"
#pragma link "TeePNG"
Pep Jorge
http://support.steema.com
http://support.steema.com