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)
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.
First Bar is sometimes invisible in bar chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
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);
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 |
Instructions - How to post in this forum |