I'm pretty sure I have things hidden properly, but I still have some lines showing on the xaxis. Can you tell me how to hide them? You can see them here http://cnppid.intellicomweb.com/Graphs/McCounaughy_One-Year.aspx they are the lines right above the month labels
, they're right on the bottom of the x axis. This is what I have in my code
mychart.PlotArea.XAxis.Appearance.MajorGridLines.Visible = False
mychart.PlotArea.XAxis.Appearance.MinorGridLines.Visible = False
, they're right on the bottom of the x axis. This is what I have in my code
mychart.PlotArea.XAxis.Appearance.MajorGridLines.Visible = False
mychart.PlotArea.XAxis.Appearance.MinorGridLines.Visible = False