Hi
In my 2D line chart the top series and bottom series seem to be cut
see attached image
Please advise
thanks.
2D Line chart problem with Top and Bottom series
Hi qcrnd,
I recommend you to define a bigger left axis minimum and maximum offset.
I recommend you to define a bigger left axis minimum and maximum offset.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hi
The problem is that If defined the MinimumOffset to something larger , I get the horizontal grid line on the zero point a few pixels above the bottom axis , instead of them being aligned and it doesnt look so nice.
Is there any way I can remove only the first horizontal grid line ? The grid line at the 0 value.
Thanks
The problem is that If defined the MinimumOffset to something larger , I get the horizontal grid line on the zero point a few pixels above the bottom axis , instead of them being aligned and it doesnt look so nice.
Is there any way I can remove only the first horizontal grid line ? The grid line at the 0 value.
Thanks
Hi qcrnd,
No, I'm afraid that's not possible. However you could try to achieve a better result playing with these properties:
If you still don't get a nice looking chart, please try to send us a simple example project we can run as-is to reproduce the problem here and we'll try to think more solutions to make your chart look better if possible.
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
No, I'm afraid that's not possible. However you could try to achieve a better result playing with these properties:
Code: Select all
tChart1.Axes.Left.Grid.Centered = false;
tChart1.Axes.Left.Grid.DrawEvery = 2;
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |