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