【问题标题】:export chart to image high quality将图表导出为高质量图像
【发布时间】:2013-02-16 03:04:36
【问题描述】:

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

Chart chart1 = new Chart();

。 . .

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

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

【问题讨论】:

    标签: c# .net visual-studio image-processing charts


    【解决方案1】:

    尝试使用FileFormat.Metafile

    【讨论】:

      猜你喜欢
      • 2021-10-31
      • 1970-01-01
      • 2019-07-11
      • 1970-01-01
      • 1970-01-01
      • 2016-11-28
      • 1970-01-01
      • 2012-06-10
      • 1970-01-01
      相关资源
      最近更新 更多