User (Legacy) Posted October 27, 2006 Report Posted October 27, 2006 i would like to put print button outside of chart and wants to print the chart. how i do it? i looked at printer class but there is no print method.
Software FX Posted October 27, 2006 Report Posted October 27, 2006 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
User (Legacy) Posted October 27, 2006 Author Report Posted October 27, 2006 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 > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.