Is it possible to change the width of a line series with the chart bundled in .net 4? How would i do it?
Yes, you can.
To increase the line width do this:
chart.Series["SeriesName"].BorderWidth = 3;
I just tested it right now and it works perfectly in a Spline 2D chart.
Before
After
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With