コード例 #1
0
 public CurvePlot_Function_Time(string title, string xLabel, string yLabel, bool bLogX, GetPublicObjectFunc getPublicObjectFunc)
 {
     curvePlot = new CurvePlot_Function(title, xLabel, yLabel, bLogX, getPublicObjectFunc);
 }
コード例 #2
0
 public CurvePlot_Function_Time(string title, string xLabel, string yLabel, bool bLogX)
 {
     curvePlot = new CurvePlot_Function(title, xLabel, yLabel, bLogX);
 }