Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius-Wattimena committed Apr 2, 2018
1 parent 4a29def commit 1e9f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectData/Vraag2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void button3_Click(object sender, EventArgs e)

private void updatechart_Click(object sender, EventArgs e)
{
this.preventie.Series["Series1"].Points.Clear();
this.preventie.Series[0].Points.Clear();
var selected = aantalsoort(combobox.GetItemText(combobox.SelectedItem));
if (CheckYears().Count() == 0)
{
Expand Down

0 comments on commit 1e9f279

Please sign in to comment.