I am using Xceed Chart 4.1 in ASP.NET. I need to print only the Chart output instead of the whole page. Looks we can't use the PrintManager , it is not supported for web forms. Could any help?
Thanks in advance
I found the way how to do that. I saved the chart out put as image using ChartServerControl.ImageExport in some temp folder and used Javascript to print the saved image