SarahBenjamin Posted October 24, 2007 Report Share Posted October 24, 2007 I want to keep the size of the line thin, in other words control the size of the line drawn on the chart. How can I do that? Quote Link to comment Share on other sites More sharing options...
Frank Posted October 25, 2007 Report Share Posted October 25, 2007 Which line are you referring to? Quote Link to comment Share on other sites More sharing options...
SarahBenjamin Posted October 25, 2007 Author Report Share Posted October 25, 2007 The line on the graph or chart. Or the series lines that we have on graphs. I want to be able to control the thinkness of the lines drawn on graphs or charts. Quote Link to comment Share on other sites More sharing options...
maximop Posted October 25, 2007 Report Share Posted October 25, 2007 You can use the Width property of the LineAttributes class as follows: chart1.Series[0].Line.Width = 4; Quote Link to comment Share on other sites More sharing options...
SarahBenjamin Posted October 25, 2007 Author Report Share Posted October 25, 2007 Got it thanks a bunch.. -Sarah Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.