public CurvePlot_Function(string title, string xLabel, string yLabel, bool bLogX, GetPublicObjectFunc getPublicObjectFunc) { curvePlot = new CurvePlot(title, xLabel, yLabel, bLogX); this.getPublicObjectFunc = getPublicObjectFunc; }
public CurvePlot_Function(string title, string xLabel, string yLabel, bool bLogX) { curvePlot = new CurvePlot(title, xLabel, yLabel, bLogX); getPublicObjectFunc = null; }