Unplanned
Last Updated: 24 Jul 2020 15:53 by ADMIN
ADMIN
Nikolay
Created on: 12 Nov 2014 15:28
Category: Chart
Type: Feature Request
5
Chart: Allow easy exporting of a chart to a Xamarin.Forms image object
Allow easy exporting of a chart to a Xamarin.Forms image object. This will allow the images to be shared using social media.
2 comments
ADMIN
Lance | Manager Technical Support
Posted on: 24 Jul 2020 15:53

Hi,

For anyone visiting this thread looking to achieve the same result as the feature request, you can convert any Xamarin.Forms screen elements to an image format (PNG or JPG) using the approach shown in my Render Image demo here on GitHub.

The result of the action is a byte[], which you can easily save as a file and then attach to an email using Xamarin.Essentials.

Regards,
Lance | Manager - Technical Support
Progress Telerik

Davide
Posted on: 24 Jul 2020 14:22
It will be also useful to create image file from chart to share through email.