For the life of me, I can't figure this out.
I'm using the following code to try and display blue text on the chart but the text always shows up as Black regardless of what I do.
Draw.Text(this, "myTag"+ CurrentBar, false, counter.ToString(), 0, (Low[0] - atrFactor*.5), 5, Brushes.Blue, textFont, TextAlignment.Center, Brushes.Transparent, null, 0);

Comment