1

我正在将图表 fx 导出到图像中,但是该图像的质量很低。

Chart chart1 = new Chart();

. . .

chart1.Export(FileFormat.Bitmap, "C:/WcfSReport/WcfSReport/WcfSReport/image.bmp");

有谁知道如何将此图表导出为高质量图像?

4

1 回答 1

1

试用并使用FileFormat.Metafile

于 2013-04-18T13:47:39.390 回答