Charting in ASP.NET, ASP.NET Chart Controls for .NET 3.5 SP1

Charting in ASP.NET, ASP.NET Chart Controls for .NET 3.5 SP1

瀏覽:1433
日期:2026-04-23
If you want to render a thicker line you want to set the borderWidth from the series to more than '1'. Series (even with line style) don't have a line width. Set the borderwidth like so if you want to do it in C#: Chart1.Series["Series1"].BorderWidth = 3;...看更多