In VSTO
, the Excel chart can be exported by the function: chart.export()
. But the quality of exported image is so bad and the resolution can not be selected, like: Programmatically (C#) convert Excel to an image.
So are there any other methods that can be used to converting an Excel chart to a high-resolution image and vectorgraph in C#
.