1 write to Image
System.Windows.Forms.DataVisualization (1)
Common\General\Label.cs (1)
547 newLabel.Image = this.Image;
12 references to Image
System.Windows.Forms.DataVisualization (12)
Common\General\Axis.cs (8)
5316if (label.Image.Length > 0) 5320if (this.Common.ImageLoader.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize)) 5487if (label.Image.Length > 0) 5491if(this.Common.ImageLoader.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize)) 5721if (label.Image.Length > 0) 5725if (this.Common.ImageLoader.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize)) 5944 if(label.Image.Length > 0) 5948if(this.Common.ImageLoader.GetAdjustedImageSize(label.Image, chartGraph.Graphics, ref imageAbsSize))
Common\General\ChartGraphics.cs (1)
2129labelImage = axis.Common.ImageLoader.LoadImage(label.Image);
Common\General\Label.cs (3)
547 newLabel.Image = this.Image; 1779label.Image, 2497label.Image,