Exemplo n.º 1
0
 public XYGraph(IDelegate del, Stroke b) : base(del, b)
 {
     curves = new StrokeCollection();
     colGen = new ColorGen();
 }
Exemplo n.º 2
0
 public XYGraph(IDelegate del, Stroke b) : base(del, b) {
     curves = new StrokeCollection();
     colGen = new ColorGen();
 }