Take out right grid line

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Beige
Newbie
Newbie
Posts: 25
Joined: Wed Jun 28, 2006 12:00 am

Take out right grid line

Post by Beige » Wed Aug 19, 2009 8:22 pm

Hi,
We would like to know how to remove right grid scale line, so the plot is not too busy.
thanks ahead!

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Take out right grid line

Post by Yeray » Thu Aug 20, 2009 8:06 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply