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.