Great. This work just fine. Thanks.
One further, and hopefully equally simple, followup. How can I modify the code to save all pages of a multi-page chart to separate JPG files?
Thanks
Search found 6 matches
- Sat Mar 13, 2004 11:12 am
- Forum: VCL
- Topic: Exporting a Chart to a JPEG
- Replies: 3
- Views: 11036
- Thu Mar 11, 2004 9:45 am
- Forum: VCL
- Topic: Landscape Printing with PrintPages
- Replies: 2
- Views: 8281
- Tue Mar 09, 2004 8:37 pm
- Forum: VCL
- Topic: Exporting a Chart to a JPEG
- Replies: 3
- Views: 11036
Exporting a Chart to a JPEG
I can export a graph from within the IDE to JPEG, but I can't work out how to do it programatically.
I need to specify the image size as well as the location\filename. Can anyone point me in the right direction?
Thanks
I need to specify the image size as well as the location\filename. Can anyone point me in the right direction?
Thanks
- Tue Mar 09, 2004 8:35 pm
- Forum: VCL
- Topic: Landscape Printing with PrintPages
- Replies: 2
- Views: 8281
Landscape Printing with PrintPages
How do I persuade TChart 6 to print in landscape mode when using the PrintPages method? I can set the orientation to landscape with various methods, but they all seem to generate their own print and then, when I issue a PrintPages(1, chart.NumPages) the resulting output is Portrait. This is very fru...
- Thu Feb 19, 2004 12:57 pm
- Forum: VCL
- Topic: Landscape Printing
- Replies: 1
- Views: 6830
Landscape Printing
I am having trouble specifying landscape mode. My module USEs teeProcs but this code:
dbChart1.PrintOrientation(poLandscape);
generates an "Undeclared identifier poLandscape" error.
What am I doing wrong?
Thanks
dbChart1.PrintOrientation(poLandscape);
generates an "Undeclared identifier poLandscape" error.
What am I doing wrong?
Thanks
- Mon Feb 16, 2004 12:50 pm
- Forum: VCL
- Topic: annotations
- Replies: 1
- Views: 6812
annotations
Forgive a simple newbie question, but can someone tell me if it is possible to add an anotation to a graph programatically? How? My program needs to generate and display some very specific information as part of the graph.
Thanks
Thanks