private void btStatistics_Click(object sender, EventArgs e)
        {
            StatisticsForm statisticsForm = new StatisticsForm(chart, functionName);

            statisticsForm.Show();
        }
Exemple #2
0
        private void btStatistic6_Click(object sender, EventArgs e)
        {
            StatisticsForm statisticsForm = new StatisticsForm(chartCombined, FUNCTION_NAME);

            statisticsForm.Show();
        }