Background Grid
Posted: Tue Jul 24, 2007 12:35 pm
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
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
tChart1.Axes.Left.Grid.Visible = false;
tChart1.Axes.Bottom.Grid.Visible = false;