First Bar is sometimes invisible in bar chart

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

First Bar is sometimes invisible in bar chart

Post by qcrnd » Mon Mar 30, 2009 3:18 pm

Hi
I have a bar chart and I see that sometimes the first bar is invisible . When I do a resize or some kind of refresh the bar reappears.
I can see that the bar is active because I have a tooltip on the bar and when I hover above it I get the tooltip . you can also see that the mark is also visible on top.

here is a picture of the chart with the missing bar (first bar to the left)
Image

BTW I checked it also with the latest release from May 25 and I still have the same problem

We seem to have quite a few regressions since upgrading to version 3.5 from 2 and need these issues solved quickly (see my other post updated from today)
Thanks.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Mar 30, 2009 5:40 pm

Hi qcrnd,

I'm not able to reproduce this one. Can you please send us a simple example project we can run "as-is" to reproduce the problem here? It may be helpful if you harcode axes scales using SetMinMax so that we can easily reproduce the issue here, for example:

Code: Select all

      tChart1.Axes.Left.SetMinMax(0, 5);
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

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

Post by qcrnd » Tue Mar 31, 2009 11:16 am

Hi
I think the problem was that after the chart was created we modified the
Chart.Axes.Left.MaximumOffset Chart.Axes.Bottom.MaximumOffset and for some reason this caused the problem , Anyway I think this is not a problem anymore.
Thanks.

Post Reply