2D Line chart problem with Top and Bottom series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

2D Line chart problem with Top and Bottom series

Post by qcrnd » Wed May 20, 2009 11:53 am

Hi
In my 2D line chart the top series and bottom series seem to be cut
see attached image
Image

Please advise
thanks.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Wed May 20, 2009 2:42 pm

Hi qcrnd,

I recommend you to define a bigger left axis minimum and maximum offset.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

Post by qcrnd » Sun May 24, 2009 6:34 am

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

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon May 25, 2009 8:35 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

qcrnd
Advanced
Posts: 214
Joined: Mon Sep 04, 2006 12:00 am

Post by qcrnd » Mon May 25, 2009 10:36 am

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.

Post Reply