I now tried BackColor as in
DrawBackColor(CurrentBar.ToString(),0,Color.Pal eGreen,DashStyle.Solid,3);
but that does not work either.
Should it not, when
DrawVerticalLine(CurrentBar.ToString(),0,Color.Pal eGreen,DashStyle.Solid,3);
works just fine?
sandman


Comment