Search found 6 matches

by stevelw
Sat Mar 13, 2004 11:12 am
Forum: VCL
Topic: Exporting a Chart to a JPEG
Replies: 3
Views: 10532

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
by stevelw
Thu Mar 11, 2004 9:45 am
Forum: VCL
Topic: Landscape Printing with PrintPages
Replies: 2
Views: 7845

Hi Pep

I have now - and it works. Thanks.

I think the problem was that I was looking for a chart method rather than a printer one.

Cheers.
by stevelw
Tue Mar 09, 2004 8:37 pm
Forum: VCL
Topic: Exporting a Chart to a JPEG
Replies: 3
Views: 10532

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
by stevelw
Tue Mar 09, 2004 8:35 pm
Forum: VCL
Topic: Landscape Printing with PrintPages
Replies: 2
Views: 7845

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...
by stevelw
Thu Feb 19, 2004 12:57 pm
Forum: VCL
Topic: Landscape Printing
Replies: 1
Views: 6577

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
by stevelw
Mon Feb 16, 2004 12:50 pm
Forum: VCL
Topic: annotations
Replies: 1
Views: 6590

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