17 references to Font
System.Windows.Forms.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,
3731
autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.
Font
.FontFamily,
3733
this.LabelStyle.
Font
.Style,
3741
autoLabelFont = this.LabelStyle.
Font
;
4764
this.LabelStyle.
Font
.FontFamily,
4766
this.LabelStyle.
Font
.Style,
4773
this.autoLabelFont = this.LabelStyle.
Font
;
5031
this.autoLabelFont = this.LabelStyle.
Font
;
5080
autoLabelFont = this.LabelStyle.
Font
;
5702
(autoLabelFont != null) ? autoLabelFont : this.LabelStyle.
Font
,
5713
(autoLabelFont != null) ? autoLabelFont : this.LabelStyle.
Font
,
5938
SizeF axisLabelSize = chartGraph.MeasureStringRel(label.Text.Replace("\\n", "\n"), (autoLabelFont != null) ? autoLabelFont : this.LabelStyle.
Font
);
Common\General\ChartArea.cs (3)
2596
this.AxisX.LabelStyle.
Font
.FontFamily,
2598
this.AxisX.LabelStyle.
Font
.Style,
2691
(this.AxisX.autoLabelFont == null) ? this.AxisX.LabelStyle.
Font
: this.AxisX.autoLabelFont);