AddPlot(colorBar, "Conta");
Is possible to change colorBar in OnBarUpdate? (it's to color of plot)
protected override void OnBarUpdate()
{
if (flag < 0) colorBar = Brushes.Azure;
else colorBar = Brushes.Yellow;
MtUp[0] =flag;
}


I should read more carefully, especially as I come down pretty hard on they that do not. 
Comment