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