Exemplo n.º 1
0
 public CurvePlot_Function(string title, string xLabel, string yLabel, bool bLogX, GetPublicObjectFunc getPublicObjectFunc)
 {
     curvePlot = new CurvePlot(title, xLabel, yLabel, bLogX);
     this.getPublicObjectFunc = getPublicObjectFunc;
 }
Exemplo n.º 2
0
 public CurvePlot_Function(string title, string xLabel, string yLabel, bool bLogX)
 {
     curvePlot           = new CurvePlot(title, xLabel, yLabel, bLogX);
     getPublicObjectFunc = null;
 }