Page 1 of 1

Generating images from charts

Posted: Mon Oct 08, 2012 12:36 pm
by 17263602
Hello,

I'm using TeeChart .NET v2012 Mono for iOS, and I want to generate an image (JPG or PNG) from a chart, and save it on the device. According to some examples on the web I should use TChart.Export, but it does not seem to be available in the version I am using (TChartIOS.dll).

Any ideas, anyone? I'd appreciate the help very much.

Re: Generating images from charts

Posted: Tue Oct 09, 2012 12:07 pm
by 10050769
Hello NewNexus,

If you want save an image in Monotouch you need do it manually using GetCurrentContext and saving it in an image as explain in this link:
http://stackoverflow.com/questions/2417 ... -monotouch.

Thanks,