private void SilacQuantificationSummaryViewerUI_Load(object sender, EventArgs e)
        {
            UpdatePeptide += new ZedGraphExperimental_ScanPPMCorrelation(zgcExperimentalScans, CreateGraphics()).Update;

            proteinScan    = new ZedGraphSilacProteinScan(zgcProtein, zgcProtein.MasterPane.PaneList.Last(), "Scan Level");
            UpdateProtein += proteinScan.Update;
        }
 private void SilacQuantificationResultForm_Load(object sender, EventArgs e)
 {
     UpdateItem += new ZedGraphExperimental_ScanPPMCorrelation(zgcExperimentalScans, CreateGraphics()).Update;
     UpdateItem += new ZedGraphIndividualScan(zgcExperimentalIndividualScan).Update;
     UpdateItem += new ZedGraphTheoreticalProfiles(zgcTheoreticalIsotopic).Update;
     UpdateItem += new ZedGraphSilacRegression(zgcSilacRegression, "Regression", "Reference Intensity", "Sample Intensity").Update;
 }
 private void SilacQuantificationSummaryViewerUI_Load(object sender, EventArgs e)
 {
     UpdatePeptide += new ZedGraphExperimental_ScanPPMCorrelation(zgcExperimentalScans, CreateGraphics()).Update;
 }