Jump to content
Software FX Community

Print Function


User (Legacy)

Recommended Posts

I think you may be looking in the wrong class. There is no print method in 

ChartFX.WebForms.Chart.Printer because you don't want to print in the Web

Server.

Do you want to put a button in your Web Page that prints the chart only ? Is

the chart an image or an Active .NET Chart ?

If the chart is an image you can use JavaScript to print the page, if the

chart is a .NET control then you will find the Print method there (in the

client) and you can invoke it using JavaScript.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

thanks Francisco!

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:XvdWXjg#GHA.644@webserver3.softwarefx.com...

> I think you may be looking in the wrong class. There is no print method in

> ChartFX.WebForms.Chart.Printer because you don´t want to print in the Web

> Server.

>

> Do you want to put a button in your Web Page that prints the chart only ?

Is

> the chart an image or an Active .NET Chart ?

>

> If the chart is an image you can use JavaScript to print the page, if the

> chart is a .NET control then you will find the Print method there (in the

> client) and you can invoke it using JavaScript.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...