4 references to MinimumWidth
System.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (4)
1794 if(legendColumn.MinimumWidth >= 0) 1796 cellSize.Width = (int)Math.Max(cellSize.Width, legendColumn.MinimumWidth * singleWCharacterSize.Width / 100f); 1899 if(legendColumn.MinimumWidth >= 0) 1902 (int)Math.Max(subColumnSizes[currentColumn, currentSubColumn], legendColumn.MinimumWidth * singleWCharacterSize.Width / 100f);