Page 1 of 1

Export Fomats

Posted: Wed Nov 14, 2007 1:58 pm
by 9337510
I am having trouble getting all the export format to show in the editor - they show fine during development.

i have
teeJpeg, TeePCX, TeePNG, TeeGIF, TeePDFCanvas

in my uses - I cant find the units that let me use the new ones

Flex, VML, SVG, postscript, xaml etc -

I am using pro 8.01 delphi 2007

Any Hints?

Posted: Wed Nov 14, 2007 2:45 pm
by narcis
Hi Richard,

You need to include the units above for the formats you requested respectively.

TFlexCanvas, TeeVMLCanvas, TeePSCanvas, TeeXAMLCanvas

For other formats I'd recommend you to have a look at the source code of the examples in the new features demo, available at TeeChart's program group.

Hope this helps!

Posted: Wed Nov 14, 2007 3:08 pm
by 9337510
Thanks - that is great.

Do I need any dll with the distribution of any of these?

Delphi found all but the TFlexCanvas

Where is that?

Posted: Wed Nov 14, 2007 3:52 pm
by narcis
Hi Richard,

Sorry, my fault. It should be TeeFlexCanvas.

Posted: Wed Nov 14, 2007 4:13 pm
by 9337510
thanks that is great