Completed
Last Updated: 14 Nov 2016 15:29 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 13 Oct 2016 10:14
Category: ChartView
Type: Bug Report
1
FIX. RadChartView - ArgumentNullException when using the ExportToImage method with ImageFormat.Emf
To reproduce: populate RadChartView with data and try to export it to Emf

using (MemoryStream ms = new MemoryStream())
{
    this.radChartView1.ExportToImage(ms, this.radChartView1.Size, System.Drawing.Imaging.ImageFormat.Emf); 
}

Workaround: use some of the other ImageFormats.
0 comments