I am using core plot library to construct Bar Graph.
My issue is that I want to capture whole bar graph as Image so that user can mail it to their friends.
I searched and found
UIImage *newImage=[pieGraph imageOfLayer];
which actually captures current screen of graph, but as it is bar graph many of Bar in bar graph are going out of screen.
Is there any way to capture complete bar graph.
Thanks in advance.