Spline chart smooth corners

后端 未结 2 385
灰色年华
灰色年华 2021-01-24 16:47

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         


        
2条回答
  •  我在风中等你
    2021-01-24 17:27

    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.

提交回复
热议问题