5 references to Title
System.Web.DataVisualization (5)
Common\General\Axis.cs (5)
1743
if (this.
Title
.Length > 0)
1754
string axisTitle = this.
Title
;
2229
string axisTitle = this.
Title
;
3391
if (this.
Title
.Length > 0)
3394
SizeF titleStringSize = chartGraph.MeasureStringRel(this.
Title
.Replace("\\n", "\n"), this.TitleFont, new SizeF(10000f, 10000f), StringFormat.GenericTypographic, this.GetTextOrientation());