Grid Problem
Posted: 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
for (int i = 0; i < ch1.Axes.Count; i++)
{
ch1.Axes.Grid.Visible = true;
}
Thanks