1 write to _autoFitMinFontSize
System.Windows.Forms.DataVisualization (1)
Common\General\Legend.cs (1)
2889 this._autoFitMinFontSize = value;
3 references to _autoFitMinFontSize
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
578 (this.Font.Size - this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize) 999 if((this.Font.Size - this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize) 2879 return this._autoFitMinFontSize;