Page 1 of 1

ASP.Net Chart.Printer.Preview() not working corectly

Posted: Thu Jun 12, 2008 1:02 pm
by 13047639
I try print chart:
Steema.TeeChart.Chart ch1SPrint = myChart1S.Chart;
ch1SPrint.Printer.Preview();
but in Preview window i see blank sheet.
Could you help my? I don't now what I'm doing wrong.
Regards
Leszek

Posted: Mon Jun 16, 2008 2:59 pm
by narcis
Hi Leszek,

Print wasn't intented to be used this way for a browser client. You should use the browser own print methods. If you wish to print at the server you may use TeeChart's own print methods which will run at the server.

Posted: Tue Jun 17, 2008 2:48 pm
by 13047639
Thanks Narcis.
Could you give me link to any sample, when is using TeeChart own print methods in asp.net?
Regards.
Leszek

Re: ASP.Net Chart.Printer.Preview() not working corectly

Posted: Tue May 19, 2015 12:16 pm
by 13047756
I am also facing the same problem request you to provide the example

Re: ASP.Net Chart.Printer.Preview() not working corectly

Posted: Tue May 19, 2015 2:58 pm
by narcis
Hi Chevron,

You'll find that information at the printing tutorial in the TeeChart Docs page. Please bear in mind this option will print the chart at the ASP.NET server. For printing at the client you should use browser printing options.