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.
Generating images from charts
Re: Generating images from charts
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,
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,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |