Page 1 of 1

Grid Problem

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

Re: Grid Problem

Posted: Wed Aug 11, 2010 12:10 pm
by 10050769
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,