17 references to Font
System.Web.DataVisualization (17)
Common\General\Axis.cs (14)
3678 this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3679 this.LabelStyle.Font.Size + extraSize, 3680 this.LabelStyle.Font.Style, 3731autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3733this.LabelStyle.Font.Style, 3741autoLabelFont = this.LabelStyle.Font; 4764this.LabelStyle.Font.FontFamily, 4766this.LabelStyle.Font.Style, 4773this.autoLabelFont = this.LabelStyle.Font; 5031 this.autoLabelFont = this.LabelStyle.Font; 5080autoLabelFont = this.LabelStyle.Font; 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 (3)
2596this.AxisX.LabelStyle.Font.FontFamily, 2598 this.AxisX.LabelStyle.Font.Style, 2691 (this.AxisX.autoLabelFont == null) ? this.AxisX.LabelStyle.Font : this.AxisX.autoLabelFont);