Made CreatePlot public so I could access it in the generation of the Complete RO Report

Logic for Complete RO Report
This commit is contained in:
2015-01-27 20:58:36 +00:00
parent ae31f8bf34
commit 246e09e0da
3 changed files with 157 additions and 142 deletions

View File

@@ -1234,7 +1234,7 @@ namespace VEPROMS.CSLA.Library
string fileName = VlnSettings.TemporaryFolder + @"\Doc " + sect.MyContent.MyEntry.DocID.ToString(); // +" " + (sect.DisplayNumber == "" ? sect.DisplayText : sect.DisplayNumber);
return fileName;
}
private static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)
public static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)
{
RectangleF retval = new RectangleF(0, 0, 0, 0);
//Form frm = Application.OpenForms[0];