Exemple #1
0
 private void GraphsWithTimeModelType_Load(object sender, EventArgs e)
 {
     CheckedListBoxWorker.initModelType(checkedListBox1);
     chart1.Series[0].ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline; // тут сами поизменяет/повыбирайте тип вывода графика
     chart1.Series.Add("Предположительно ");
     chart1.Series[1].ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline; // тут сами поизменяет/повыбирайте тип вывода графика
 }
Exemple #2
0
 public void _init()
 {
     CheckedListBoxWorker.initCorpus(checkedListBox1);
 }
Exemple #3
0
 private void initComboListBox()
 {
     CheckedListBoxWorker.initCorpus(checkedListBox1);
 }
Exemple #4
0
 private void buttonFinder_Click_1(object sender, EventArgs e)
 {
     CheckedListBoxWorker.initModelType(checkedListBox1, textBoxFinder.Text);
 }