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