public Pubgraph(Graphing ingraph) { InitializeComponent(); PublicationGraph = new Graphing(string.Empty); PublicationGraph.CreateGraph(GIDGraph); PublicationGraph.SetAllFonts("Garamond", 20, 18); PublicationGraph.AlterGraph(ingraph); PublicationGraph.SetUpGraphMenu(); }
public GIDFit() { GIDGraphobject = new Graphing(string.Empty); FuncCBHolder = new ComboBox[6]; PositCBHolder = new TextBox[6]; SigmaCBHolder = new TextBox[6]; IntensityCBHolder = new TextBox[6]; GammaCBHolder = new TextBox[6]; FWHMHolder = new TextBox[6]; IndividGraphs = new double[6][]; InitializeComponent(); }