Page 1 of 1

Fixed size/resolution printing

Posted: Mon Jan 26, 2009 6:44 pm
by 15050352
Can you provide me with some guidance on the best way to print charts at a fixed size/resolution, independent of the size of the displayed chart (e.g. non-WYSIWYG)? I would like the printed chart to appear the same, regardless of how the user has sized the chart window.

I am using TeeChart ActiveX 8.0.0.4 with VB6

Thanks,
-Scott

Posted: Mon Jan 26, 2009 8:11 pm
by 15050352
I found a "hack" for this: export the "sizable" graph to a native file, and then import it to a hidden, fixed-size graph control, and print the hidden/fixed graph instead of the sizable graph.

Is there a more elegant way to do this?

Thanks,
-Scott

Posted: Tue Jan 27, 2009 8:21 am
by narcis
Hi Scott,

Yes, I recommend you to read the printing better article here.

Hope this helps!