1 write to CustomHandlerName
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1133this.CustomHandlerName = value;
3 references to CustomHandlerName
System.Web.DataVisualization (3)
WebForm\General\ChartHttpHandler.cs (3)
577settings.Add("CustomHandlerName", Settings.CustomHandlerName); 958this._customHandlerType = Type.GetType(this.CustomHandlerName, true); 1270if (!String.IsNullOrEmpty(this.CustomHandlerName))