Hello,

I have a custom control, graphChart. I am using this control to draw graph, area , shape etc.

MainForm is using this control. I want to print some part of graph.

For example, my graph has grid, labels, shapes. I want to print only shapes.

If it is whole graph, I can use control.CreateGraphics() but I want to print some part.

Is there any way to achieve it?

With regard,