1 write to _maximumLegendAutoSize
System.Windows.Forms.DataVisualization (1)
Common\General\Legend.cs (1)
2918this._maximumLegendAutoSize = value;
3 references to _maximumLegendAutoSize
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
1098maxSize.Height = (maxSize.Height / 100F) * this._maximumLegendAutoSize; 1102maxSize.Width = (maxSize.Width / 100F) * this._maximumLegendAutoSize; 2910return this._maximumLegendAutoSize;