2 writes to Url
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1102this.Url = value; 1283this.Url = Path.GetTempPath();
2 references to Url
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1208if (String.IsNullOrEmpty(this.Url)) 1218fileDirectory = HttpContext.Current.Server.MapPath(this.Url);