Grid Problem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Solutions Gallery BV
Newbie
Newbie
Posts: 25
Joined: Thu Dec 27, 2007 12:00 am

Grid Problem

Post by Solutions Gallery BV » Thu Aug 19, 2010 2:06 pm

Hello
I want to make in my graph Gridline just for x axis.But when i make gridline it is shown both y axis and x axis .How can i make that GridLine just shown in x axis?

Thanks

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Grid Problem

Post by Sandra » Fri Aug 20, 2010 8:34 am

Hello Solutions Gallery BV,

If you want Y axis Grid doesn't show in your Chart, you need disable grid property of Left axis using next line of code:

Code: Select all

tChart1.Axes.Left.Grid.Visible=false;
I hope will helps.


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply