I'm using client-side reporting (RDLC) to draw a line chart in ASP.NET. This chart has two series (lines), and I want to increase the thickness of only one line. How to do that?
chart1.Series["Default"].BorderWidth = 2;
source :http://code.msdn.microsoft.com/Samples-Environments-for-b01e9c61