2 writes to IsMetafile
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (2)
284this.ChartGraph.IsMetafile = true; 286this.ChartGraph.IsMetafile = false;
2 references to IsMetafile
System.Windows.Forms.DataVisualization (2)
Common\General\ChartGraphics.cs (1)
3446 this.IsMetafile)
Common\General\ChartRenderingEngine.cs (1)
222if (chartGraphics == null || !chartGraphics.IsMetafile)