Print custom control??
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.
So i tried with using global Graphics object in graphChart instead of createGraphics(), result in run time error.
Is there any way to achieve it?
With regard,
|