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