Page 1 of 1

Background Grid

Posted: Tue Jul 24, 2007 12:35 pm
by 8123522
How can I remove the background grid, but keep the left axis with values. When I turn off the left axis, the background grid does disappear, but I need the left axis

Posted: Thu Jul 26, 2007 7:19 am
by 9348258
Hi MikeTheLad

You can do it, as below lines:

Code: Select all

tChart1.Axes.Left.Grid.Visible = false;
tChart1.Axes.Bottom.Grid.Visible = false;