c# - How to change the colour and style of MajorGrid of AxisY in ASP.net chart -


i made chart in asp.net , want change color of majorgrid light grey , style dash. suggestions?

may post change color of grid keep axis same visual studio 2010 chart control - line color.

for line style chart1.chartareas[0].axisy.majorgrid.linedashstyle = system.web.ui.datavisualization.charting.chartdashstyle.dash;


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -