Page 1 of 1

Grid Problem

Posted: Thu Aug 19, 2010 2:06 pm
by 13047867
Hello
I want to make in my graph Gridline just for x axis.But when i make gridline it is shown both y axis and x axis .How can i make that GridLine just shown in x axis?

Thanks

Re: Grid Problem

Posted: Fri Aug 20, 2010 8:34 am
by 10050769
Hello Solutions Gallery BV,

If you want Y axis Grid doesn't show in your Chart, you need disable grid property of Left axis using next line of code:

Code: Select all

tChart1.Axes.Left.Grid.Visible=false;
I hope will helps.


Thanks,