15 writes to autoLabelFont
System.Windows.Forms.DataVisualization (15)
Common\General\Axis.cs (14)
3678 this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3698autoLabelFont = null; 3731autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3741autoLabelFont = this.LabelStyle.Font; 3778autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 3911autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 3949autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 4763this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 4773this.autoLabelFont = this.LabelStyle.Font; 4800autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 5031 this.autoLabelFont = this.LabelStyle.Font; 5080autoLabelFont = this.LabelStyle.Font; 5113currentAxis.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 5123autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(
Common\General\ChartArea.cs (1)
2595 this.AxisX.autoLabelFont = Common.ChartPicture.FontCache.GetFont(
48 references to autoLabelFont
System.Windows.Forms.DataVisualization (48)
Common\General\Axis.cs (36)
3774if (autoLabelFont.SizeInPoints >= _aveLabelFontSize && 3779autoLabelFont.FontFamily, 3780autoLabelFont.SizeInPoints - 0.5f, 3781autoLabelFont.Style, 3906else if (autoLabelFont.SizeInPoints > _minLabelFontSize && 3912autoLabelFont.FontFamily, 3913autoLabelFont.SizeInPoints - 0.5f, 3914autoLabelFont.Style, 3946autoLabelFont.SizeInPoints > _minLabelFontSize) 3950autoLabelFont.FontFamily, 3951autoLabelFont.SizeInPoints - 0.5f, 3952autoLabelFont.Style, 4797if (autoLabelFont.SizeInPoints > _minLabelFontSize && 4801autoLabelFont.FontFamily, 4802autoLabelFont.SizeInPoints - 1, 4803autoLabelFont.Style, 4858this.autoLabelFont); 5029 if(this.autoLabelFont == null) 5078if (autoLabelFont == null) 5103if (autoLabelFont.SizeInPoints > _minLabelFontSize) 5111if (currentAxis.enabled && currentAxis.IsLabelAutoFit && currentAxis.autoLabelFont != null) 5114currentAxis.autoLabelFont.FontFamily, 5115autoLabelFont.SizeInPoints - 1, 5116currentAxis.autoLabelFont.Style, 5124autoLabelFont.FontFamily, 5125autoLabelFont.SizeInPoints - 1, 5126autoLabelFont.Style, 5313SizeF axisLabelSize = chartGraph.MeasureStringRel(label.Text.Replace("\\n", "\n"), autoLabelFont); 5465autoLabelFont, 5479autoLabelFont, 5702(autoLabelFont != null) ? autoLabelFont : this.LabelStyle.Font, 5713(autoLabelFont != null) ? autoLabelFont : this.LabelStyle.Font, 5938SizeF axisLabelSize = chartGraph.MeasureStringRel(label.Text.Replace("\\n", "\n"), (autoLabelFont != null) ? autoLabelFont : this.LabelStyle.Font);
Common\General\ChartArea.cs (4)
1538 if(axis.IsLabelAutoFit && axis.autoLabelFont != null) 1540 axesAutoFontSize = Math.Min(axesAutoFontSize, axis.autoLabelFont.Size); 2691 (this.AxisX.autoLabelFont == null) ? this.AxisX.LabelStyle.Font : this.AxisX.autoLabelFont);
Common\General\Label.cs (8)
1262(_axis.autoLabelFont == null) ? _font : _axis.autoLabelFont, 1271SizeF size = graph.MeasureString(circAxis.Title.Replace("\\n", "\n"), (_axis.autoLabelFont == null) ? _font : _axis.autoLabelFont); 1781(_axis.autoLabelFont == null) ? _font : _axis.autoLabelFont, 2499(_axis.autoLabelFont == null) ? _font : _axis.autoLabelFont,