My current backbrush statement simply reads as follows:
BackBrush = Brushes.Lime;
Even when I try using a vertical line and following your example, I don't have the same parameters you show in your 'code' above:
Draw.VerticalLine(this, @"MyCustomStrategy20 Vertical line_1", 0, Brushes.Lime, DashStyleHelper.Solid, 2);
I can't see how to modify the code. Plus I need the different color vertical lines for long and short conditions. Would I need two separate bools for the two templates?

Comment