When displaying crossTab stacked bars, width of the stacked bar is not uniform. The green series (in this case) is wider.
Is this a known problem?
I use 8.06 Pro.
Best regards,
S. Wagner
stacked bar of uneven width
stacked bar of uneven width
- Attachments
-
- bar with uneven width.jpg (4.43 KiB) Viewed 8440 times
Re: stacked bar of uneven width
Hi S. Wagner,
I've tried to reproduce it with the demo at All features\Welcome !\Database Charts\DB Crosstab source but couldn't. Could you please send us a simple example project we can run as-is to reproduce the problem here? Thanks in advance.
I've tried to reproduce it with the demo at All features\Welcome !\Database Charts\DB Crosstab source but couldn't. Could you please send us a simple example project we can run as-is to reproduce the problem here? Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: stacked bar of uneven width
Hi Yeray,
where would I send it to?
Brgds.
Steffen
where would I send it to?
Brgds.
Steffen
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: stacked bar of uneven width
Hi Steffen,
You can attach your files to your forums posts at the "Upload attachment" tab below the message text window.
Thanks in advance.
You can attach your files to your forums posts at the "Upload attachment" tab below the message text window.
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 |
Re: stacked bar of uneven width
Hola muchachos,
here comes the sample project (compiled with D6 and Advantage Database client)
Brgds.
Steffen
here comes the sample project (compiled with D6 and Advantage Database client)
Brgds.
Steffen
- Attachments
-
- sample.zip
- (498.29 KiB) Downloaded 504 times
Re: stacked bar of uneven width
Hola Steffen!
Could you please try adding the following?
Could you please try adding the following?
Code: Select all
Series1.BarWidthPercent:=70;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: stacked bar of uneven width
Hi Yeray,
"70" does the trick!
It seems to be Teechart's magic number as it does not work with any other (I tried 65, 75 and 80).
If Editor (Series-Format-Size-Bar width) is set to "70", then additional line
Series2.BarWidthPercent := 70;
is not even necesarry.
To me, this looks like a bug, isn't it?
Thanks anyway,
Steffen
"70" does the trick!
It seems to be Teechart's magic number as it does not work with any other (I tried 65, 75 and 80).
If Editor (Series-Format-Size-Bar width) is set to "70", then additional line
Series2.BarWidthPercent := 70;
is not even necesarry.
To me, this looks like a bug, isn't it?
Thanks anyway,
Steffen
Re: stacked bar of uneven width
Hi Steffen,
I've added this to the wish list to be revised in future releases (TV52014584).
I've added this to the wish list to be revised in future releases (TV52014584).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |