8 references to ImageSize
System.Windows.Forms.DataVisualization (8)
Common\General\LegendColumns.cs (8)
1505 if(this.ImageSize.IsEmpty && this.Image.Length > 0) 1518 cellSize.Width = (int)(Math.Abs(this.ImageSize.Width) * singleWCharacterSize.Width / 100f); 1519 cellSize.Height = (int)(Math.Abs(this.ImageSize.Height) * singleWCharacterSize.Height / 100f); 2106 if(!this.ImageSize.IsEmpty) 2109 if(this.ImageSize.Width > 0) 2111 int newWidth = (int)(this.ImageSize.Width * singleWCharacterSize.Width / 100f); 2118 if(this.ImageSize.Height > 0) 2120 int newHeight = (int)(this.ImageSize.Height * singleWCharacterSize.Height / 100f);