Page 1 of 1

2D Line chart problem with Top and Bottom series

Posted: Wed May 20, 2009 11:53 am
by 9092401
Hi
In my 2D line chart the top series and bottom series seem to be cut
see attached image
Image

Please advise
thanks.

Posted: Wed May 20, 2009 2:42 pm
by yeray
Hi qcrnd,

I recommend you to define a bigger left axis minimum and maximum offset.

Posted: Sun May 24, 2009 6:34 am
by 9092401
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

Posted: Mon May 25, 2009 8:35 am
by yeray
Hi qcrnd,

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;
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.

Posted: Mon May 25, 2009 10:36 am
by 9092401
Hi Yeray
It wont help, I need the DrawEvery to be set to 1 because I calculate them to be alined with the ticks.
I will try and send you a sample application some time later
thanks.