Exporting/Download Chart object as Image
This would be nice, when generating server side PDF's. There would be 2 ways to solve this. Either add functionality to the chart object like .GetImage(), which provides an image of the chart as it would look rendered - or provide the correct JSON representation of the chart object to be sent to the HighCharts Export Server, which would the return an image that could be placed onto a PDF. Currently you have to make your own wrapper for highcharts export server, and it would make alot more sense that the Highcharts .net lib itself supported one of the 2 options mentioned above.
1
vote
adi
shared this idea