4 references to TitleFont
System.Windows.Forms.DataVisualization (4)
Common\General\Axis.cs (4)
1947
this.
TitleFont
,
2243
SizeF realTitleSize = graph.MeasureString(axisTitle.Replace("\\n", "\n"), this.
TitleFont
, new SizeF(10000f, 10000f), format, this.GetTextOrientation());
2442
this.
TitleFont
,
3394
SizeF titleStringSize = chartGraph.MeasureStringRel(this.Title.Replace("\\n", "\n"), this.
TitleFont
, new SizeF(10000f, 10000f), StringFormat.GenericTypographic, this.GetTextOrientation());