Hello
I want to make gridline in my graph just for x axis. I use for this "tChart1.Axes.Left.Grid.Visible=false;" and so in my all graph,gridline is shown just x axis.But just for one pragh gridline is shown both,x and y axis.I put belove inccorect graph.what is different in belove graph and how can i show gridline in just x axis for this graph?
Thanks
GridLine Problem
-
- Newbie
- Posts: 25
- Joined: Thu Dec 27, 2007 12:00 am
GridLine Problem
- Attachments
-
- grid.JPG (118.35 KiB) Viewed 3607 times
Re: GridLine Problem
Hi Solutions Gallery BV,
You could run the following code to hide all them:
If you still have problem with it, please try to arrange a simple example project we can run as-is to reproduce the problem here.
You could run the following code to hide all them:
Code: Select all
for i:=0 to Chart1.SeriesCount-1 do
Chart1[i].GetVertAxis.Grid.Visible:=false;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |