Hi all,
Loving sfChart so far!
I am using sfChart.SaveAsImage to save my chart as an image on the device. This works perfectly so far on Android - the image is saved to the device, and I can see it on the device at
> root > sdcard > Pictures
Now I'd like to send an email with this image as an attachment. How do I find the path to the saved image?
I've tried var folder = Environment.GetFolderPath(Environment.SpecialFolder.X); where X is CommonDocuments, LocalApplicationData, Personal, CommonPictures, etc, but I haven't managed to find the correct one. Am I going about this the right way? What is the correct way to do this that will work on all Android devices?
Thanks,
David