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 » Wed Aug 11, 2010 10:59 am

Hello i want to make Grid in my Graph.when i make code which below,Grid is shown in my Graph.But For examlpe if there is in X axis (1,4,8,12), X line is shown 4 to 4 .But i want to show GridLine in X axis 2 to 2.How can i make this?
for (int i = 0; i < ch1.Axes.Count; i++)
{

ch1.Axes.Grid.Visible = true;
}

Thanks

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

Re: Grid Problem

Post by Sandra » Wed Aug 11, 2010 12:10 pm

Hello Solutions Gallery BV,

I am not sure have understood what are you doing. Could you send us a simple project, because we can reproduce your problem here or explain exactly what are you doing?

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