I am using the Charts component in Windows Forms.
I create a straight line using
straight line
chart1.Series[\"Grenzwert\"].Points.Add(new DataPoint(0
You can do this as follows.