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
Grid Problem
Re: Grid Problem
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,
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 |
Instructions - How to post in this forum |