PDF Creation from TChart.NET
Posted: Tue Apr 05, 2005 8:02 am
Hi, I would like to create a PDF plot from TChart.NET. I have multiple charts plotted in one chart on TChart.Printer.Print (new Rectangle ...)
It plots nicely and quickly which i can see in PreView. However, when i use a PDF Printer (Whatever is available in the market, doesn't matter about the prize) to save it to a file, it comes up with a plot of Size 5 MB whcih i could not print to a paper.
I tried every possible PDF printer available. The memory spooled to the printer is of Size 150 MB or so which hangs my system and eats all the resources.
Is there a way to reduce the points based on Pixel size plotted on Screen thereby reducing the number of points spooled to the printer (or PDF file) and still retaining the original graph. I can do it on a Smoothed graph (using function) but that is not what i am asking for.
I have tried CalcXSizeValue(x1) function to check if they fall under the same pixel. It really doesn't help me much.
Many Thanks in Avance.
It plots nicely and quickly which i can see in PreView. However, when i use a PDF Printer (Whatever is available in the market, doesn't matter about the prize) to save it to a file, it comes up with a plot of Size 5 MB whcih i could not print to a paper.
I tried every possible PDF printer available. The memory spooled to the printer is of Size 150 MB or so which hangs my system and eats all the resources.
Is there a way to reduce the points based on Pixel size plotted on Screen thereby reducing the number of points spooled to the printer (or PDF file) and still retaining the original graph. I can do it on a Smoothed graph (using function) but that is not what i am asking for.
I have tried CalcXSizeValue(x1) function to check if they fall under the same pixel. It really doesn't help me much.
Many Thanks in Avance.