but I cannot get it to show it in the middle of the panel so I can better see it.
Sometimes I just need a dotted Line where the color at each bars changes.
What's the simplest way to place it in the middle of the panel 2?
Thank you
G
OnBarUpdate()
{
Values[0][0] = 0;
PlotBrushes[0][0] = booleanCondition ? Brushes.Yellow : Brushes.Transparent;
}

Comment