Hello,
i am working on sharing chart image in Xamarin.Forms
everything good if i use SaveAsImage and then share this file. But i don't like it is saving to /pictures and trying to
save it in different directory
i was trying to use BitmapFactory.DecodeStream (chart.GetAsStream()) ,but bitmapfactory returns null
may somebody give me a hint, how can i save image from this stream ?
Sincerely
Ilya