Hi Yunhyungjeon,
Thank you for sending the save file. We investigated the issue and indeed the control is printing properly, but only when the amount of
data is low. We suspect this is caused by a problem in Windows and the workaround is to create a high res raster, which in turn can be printed:
Bitmap bitmap = new Bitmap(2000, 2000, printerGraphics);
n
ChartControl1.ImageExporter.RenderToBitmap(bitmap, false);
// you can draw the bitmap to the printerGraphics here
bitmap.Dispose();
We hope this helps - let us know if you meet any problems or have any questions.
Best Regards,
Nevron Support Team