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