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
Grid Problem
Re: Grid Problem
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:
I hope will helps.
Thanks,
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;
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 |