4 references to MaximumWidth
System.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (4)
1798 if(legendColumn.MaximumWidth >= 0) 1800 cellSize.Width = (int)Math.Min(cellSize.Width, legendColumn.MaximumWidth * singleWCharacterSize.Width / 100f); 1904 if(legendColumn.MaximumWidth >= 0) 1907 (int)Math.Min(subColumnSizes[currentColumn, currentSubColumn], legendColumn.MaximumWidth * singleWCharacterSize.Width / 100f);