5 references to ImageTag
System.Web.DataVisualization (5)
WebForm\ChartWebControl.cs (5)
207
private RenderType _renderType = RenderType.
ImageTag
;
413
if (this.RenderType == RenderType.
ImageTag
&& this.GetImageStorageMode() == ImageStorageMode.UseHttpHandler)
427
if (this.RenderType == RenderType.
ImageTag
)
665
if (this.RenderType == RenderType.
ImageTag
)
1811
DefaultValue(RenderType.
ImageTag
)