Page 1 of 1

Problem printing TeeChart images

Posted: Tue Nov 21, 2006 9:01 am
by 8119814
I'm having problem printing TeeChart images on some of my computers. I can see the image on the website, but when I go to the Print Preview page or just print the page, then I can't see the image anymore.

Is there a fix for this problem? Is there certain web browsers that can't handle printing TeeChart images?

Posted: Tue Nov 21, 2006 10:28 am
by narcis
Hi Glenn,

How are you printing the images? Have you tried using the browser printing feature or something like the script below called from a button?

Code: Select all

        <input type=button value="Print" onClick="printpage()" style="left: 376px; position: relative; top: 42px"> 


    <script language="Javascript1.2">   
        function printpage() {
            window.print();  
        }
    </script>


print problem

Posted: Wed Nov 22, 2006 10:29 am
by 9791387
we're using <body onload="window.print();">

has this problem been solved?

Posted: Thu Jan 15, 2009 7:50 pm
by 13048857
I'm having this problem too and would like to know whether it has been solved or not, also, if the activex component has the same problem as the WebForms for printing.

I'm afraid that we are going to discontinue the use if we cannot print using regular browser capabilities :(

Thanks for your time.

Posted: Fri Jan 16, 2009 9:43 am
by narcis
Hi THoMaSiN,

Either using browser's printing facilities or <body onload="window.print();"> works fine for me here using latest TeeChart for .NET v3 maintenance release available at the client area. Which TeeChart version are you using?

I'm not aware of any printing problem with web applications using TeeChart ActiveX.

Thanks in advance.