Page 1 of 1

Print in bitmap mode gives empty page

Posted: Tue Dec 08, 2015 11:28 am
by jrvdboom
I use the LightningChart.PrintPreview method to show a print preview dialog. It gives me the choice to print the content as Bitmap or Vector.
When I select Vector the print is fine. When I select Bitmap however, the printer gives me an empty page.
I tried the same with the Demo application but there Bitmap printing works correctly. So the problem must be in my own chart.
Any ideas?

Thanks,
Joost

Re: Print in bitmap mode gives empty page

Posted: Tue Dec 08, 2015 1:45 pm
by ArctionPasi
Please update to v.6.5.5. There was a problem in version 6.5.3 and some minor version before that.

Re: Print in bitmap mode gives empty page

Posted: Tue Dec 08, 2015 2:18 pm
by jrvdboom
Yep, I was using 6.5.3. Upgrading to 6.5.5 solved it.

Thank you!!