void myres_SendChartLabel(decimal price, int bar, string label, System.Drawing.Color col) { c.DrawChartLabel(price, bar, label, col); }