19 references to Font
System.Windows.Forms.DataVisualization (19)
Common\General\Legend.cs (19)
448 this.singleWCharacterSize = chartGraph.MeasureStringAbs("W", this.Font); 449 Size doubleCharacterSize = chartGraph.MeasureStringAbs("WW", this.Font); 571this.autofitFont = this.Font; 578 (this.Font.Size - this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize) 584 int newFontSize = (int)Math.Round(this.Font.Size - this._autoFitFontSizeAdjustment); 593 this.Font.FontFamily, 595 this.Font.Style, 596 this.Font.Unit); 915 this.singleWCharacterSize = chartGraph.MeasureStringAbs("W", this.Font); 916 Size doubleCharacterSize = chartGraph.MeasureStringAbs("WW", this.Font); 971 this.autofitFont = this.Font; 999 if((this.Font.Size - this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize) 1005 int newFontSize = (int)Math.Round(this.Font.Size - this._autoFitFontSizeAdjustment); 1014 this.Font.FontFamily, 1016 this.Font.Style, 1017 this.Font.Unit); 1740 this.singleWCharacterSize = graph.MeasureStringAbs("W", (this.autofitFont == null) ? this.Font : this.autofitFont); 1741 Size doubleCharacterSize = graph.MeasureStringAbs("WW", (this.autofitFont == null) ? this.Font : this.autofitFont); 1788 (this.autofitFont == null) ? this.Font : this.autofitFont,