+1
À l'étude

Export to PNG and PDF for Xamarin Mobile

Dheeraj Kumar Gunti il y a 9 ans mis à jour par ahmad awada il y a 9 ans 3
Hi Team,

I have a requirement where I need to export the chart to PNG or PDF, Can anyone please share example code to implement both in Xamarin Mobile.

Thanks,
Dheeraj
Hi,

I have the same requirment.

Thanks, 

Bruno
À l'étude
There is simple pdf export in the portable library. http://oxyplot.org/documentation/export-pdf
I don´t think png export is implemented for Xamarin Forms yet, that´s a feature that should be added to the GitHub issues!
The iOS implementation has simple png export. On iOS it should also be possible to export to pdf with core graphics, I think.
The Android implementation has no png export yet.
I have the same problem I found the svg and pdf exporter but not the png exporter