Remove the following code:
Chart1.Legends.Add(new Legend("Alphabet")); Chart1.Legends["Alphabet"].Title = "Letters"; Chart1.Series[0].Legend = "Alphabet";
Update : and change
string[] xValues = { "A", "B", "C", "D" };
to
string[] xValues = { "", "", "", "" };
source share