Page 1 of 1

First Bar is sometimes invisible in bar chart

Posted: Mon Mar 30, 2009 3:18 pm
by 9092401
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.

Posted: Mon Mar 30, 2009 5:40 pm
by narcis
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.

Posted: Tue Mar 31, 2009 11:16 am
by 9092401
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.