9 references to GetAdjustedImageSize
System.Windows.Forms.DataVisualization (9)
Common\General\ChartGraphics.cs (5)
717ImageLoader.GetAdjustedImageSize(image, this.Graphics, ref size); 2133ImageLoader.GetAdjustedImageSize(labelImage, this.Graphics, ref imageAbsSize); 3544ImageLoader.GetAdjustedImageSize(image, this.Graphics, ref imageAbsSize); 4225ImageLoader.GetAdjustedImageSize(image, this.Graphics, ref imageAbsSize); 4521ImageLoader.GetAdjustedImageSize(image, this.Graphics, ref imageSize);
Common\General\LegendColumns.cs (3)
2097ImageLoader.GetAdjustedImageSize(image, chartGraph.Graphics, ref imageSize); 2294ImageLoader.GetAdjustedImageSize(image, chartGraph.Graphics, ref imageSize); 2435ImageLoader.GetAdjustedImageSize(image, chartGraph.Graphics, ref imageSize);
Common\Utilities\ImageLoader.cs (1)
373GetAdjustedImageSize(image, graphics, ref size);