Page 1 of 1

Take out right grid line

Posted: Wed Aug 19, 2009 8:22 pm
by 9641714
Hi,
We would like to know how to remove right grid scale line, so the plot is not too busy.
thanks ahead!

Re: Take out right grid line

Posted: Thu Aug 20, 2009 8:06 am
by yeray
Hi Beige,

If I understand well you should do something like following:

Code: Select all

tChart1.Axes.Left.Grid.Visible = false;
If not, please try to attach a picture showing us what exactly are you trying to hide.