Background Grid
-
- Newbie
- Posts: 65
- Joined: Mon Jan 19, 2004 5:00 am
Background Grid
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
Hi MikeTheLad
You can do it, as below lines:
You can do it, as below lines:
Code: Select all
tChart1.Axes.Left.Grid.Visible = false;
tChart1.Axes.Bottom.Grid.Visible = false;