Esempio n. 1
0
        private void Form1_Load(object sender, System.EventArgs e)
        {
            this.comboBox1.Items.Add("Normal Distribution");
            this.comboBox1.Items.Add("T Cumulative Distribution");
            this.comboBox1.Items.Add("F Cumulative Distribution");

            this.comboBox1.SelectedIndex = 0;
            this.comboBox2.SelectedIndex = 0;
            this.comboBox3.SelectedIndex = 0;
            this.comboBox4.SelectedIndex = 0;
            ChartAppearance.ApplyChartStyles(this.chartControl1);
            this.chartControl1.Dock = DockStyle.Fill;
        }
Esempio n. 2
0
        private void Form1_Load(object sender, System.EventArgs e)
        {
            this.comboBox1.Items.Add("Normal Distribution");
            this.comboBox1.Items.Add("T Cumulative Distribution");
            this.comboBox1.Items.Add("F Cumulative Distribution");

            this.comboBox1.SelectedIndex = 0;
            this.comboBox2.SelectedIndex = 0;
            this.comboBox3.SelectedIndex = 0;
            this.comboBox4.SelectedIndex = 0;
            ChartAppearance.ApplyChartStyles(this.chartControl1);
            this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
        }