asp.net - How to increase thickness of lines in Line Charts? -


how can increase thickness of lines in line charts (system.web.ui.datavisualization.charting)? tried change font property of series, found it's read-only.

chart1.series["default"].borderwidth = 2; 

very helpful collection of examples: http://code.msdn.microsoft.com/samples-environments-for-b01e9c61


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -