4 references to Image
System.Web.DataVisualization (4)
Common\General\LegendColumns.cs (4)
1505 if(this.ImageSize.IsEmpty && this.Image.Length > 0) 1510if (this.Common.ImageLoader.GetAdjustedImageSize(this.Image, graph.Graphics, ref imageSize)) 2089 if(this.Image.Length > 0) 2093System.Drawing.Image image = this.Common.ImageLoader.LoadImage(this.Image);