1 instantiation of CustomImageControl
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
596
CustomImageControl htmlImage = new
CustomImageControl
();
6 references to CustomImageControl
System.Web.DataVisualization (6)
WebForm\ChartWebControl.cs (6)
556
/// Initializes a new instance of the <see cref="
CustomImageControl
"/> class.
594
private
CustomImageControl
BuildImageControl(string chartImageSrc, bool addGuidParameter)
596
CustomImageControl
htmlImage = new CustomImageControl();
645
using (
CustomImageControl
imageControl = this.BuildImageControl("file://" + _designTimeChart, false))
683
using (
CustomImageControl
imageControl = this.BuildImageControl(chartImage, _addGuidParam))
697
using (
CustomImageControl
imageControl = this.BuildImageControl(chartImage, _addGuidParam))