Printing ASP.NET 3.5 Chart Control -


Any information about how to print charts generated in PDF format? They look great on the screen but end users have to print them and file as needed.

Download Charts There are several samples of how to print control samples from MSDN To get the PDF, You need a PDF print driver.

\ WinSamples \ ChartFeatures \ Printing \

See: The simplest way:

  Using the system.windows .form. Datvisijation Charting; ... // show page setup dialog chart 1. Printing PageSetup (); // Print Preview Chart Chart 1 Printing Print Preview (); // Print Chart (without printer dialog) chart 1. Printing Print (false); ...  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -