Background Grid

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
MikeTheLad
Newbie
Newbie
Posts: 65
Joined: Mon Jan 19, 2004 5:00 am

Background Grid

Post by MikeTheLad » 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

Edu
Advanced
Posts: 206
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia

Post by Edu » Thu Jul 26, 2007 7:19 am

Hi MikeTheLad

You can do it, as below lines:

Code: Select all

tChart1.Axes.Left.Grid.Visible = false;
tChart1.Axes.Bottom.Grid.Visible = false;
Best Regards,
Edu

Steema Support Central
http://support.steema.com/

Post Reply