I am using Chart control from .NET framework in my project. I have added chart control to the form and configured as shown below.
// Add a new series. chart1.Ser
It's not visible because of the smoothing, adapt the scale (using cArea.AxisX.Maximum = 150; for example) or remove the smoothing to make the whole curve visible.
cArea.AxisX.Maximum = 150;