When I replace the method (as shown below) and attempt to re-compile, I get: Error 1 'Steema.TeeChart.Drawing.GL.GraphicsGL.TextOut(int, int, string, bool)': no suitable method found to override Code Snippet: //public override void TextOut(int x, int y, string text) //{ // TextOut(x,y,0,text); //} p...