예제 #1
0
 public XYGraph(IDelegate del, Stroke b) : base(del, b)
 {
     curves = new StrokeCollection();
     colGen = new ColorGen();
 }
예제 #2
0
 public XYGraph(IDelegate del, Stroke b) : base(del, b) {
     curves = new StrokeCollection();
     colGen = new ColorGen();
 }