I’m using the built in chart class of .net 4 and I just cant find a way to remove the grid lines on the chart. Is there a way of doing it?
And another question, how do I make the graph lines thicker?
Thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe the line width can be changed using
BorderWidthandBorderDashStyleof the series.For the gridlines, try playing with
MajorGrid,MinorGrid,MajorTickMark,MinorTickMarkandIntervalon the axis.