5 references to DrawString
System.Windows.Forms.DataVisualization (5)
Common\General\ChartGraphics.cs (5)
1225this.DrawString(text, font, brush, rect, format); 2234this.DrawString(text.Replace("\\n", "\n"), font, brush, 2241this.DrawString(text.Replace("\\n", "\n"), font, brush, 2736 this.DrawString( text, font, brush, rect, format ); 2816 this.DrawString( text, font, brush, rect, format );