public GenericPlotForm(PlotPointSource plotPointSourceDelegate)
 {
     InitializeComponent();
     _plotPointSourceDelegate = plotPointSourceDelegate;
     _ppl = new PointPairList();
     zed.GraphPane.AddCurve("", _ppl, Color.Black, SymbolType.None);
 }
Exemplo n.º 2
0
 public GenericPlotForm(PlotPointSource plotPointSourceDelegate)
 {
     InitializeComponent();
     _plotPointSourceDelegate = plotPointSourceDelegate;
     _ppl = new PointPairList();
     zed.GraphPane.AddCurve("", _ppl, Color.Black, SymbolType.None);
 }