After migrating from D10.2.3 to D11.2.1 and updating Steema (v36.220929)/Reportbuilder(21.05), we experience some strange behaviour in the prints of the TCharts.
All bars have the same values, but when counting from right to left, from the 7th bar, the mask is displaying wrong texts.
Code sample project can be found at http://bugs.steema.com/show_bug.cgi?id=2580
In our production environment (no code available) some masks are even drawn with a static position in their shape?
Bar chart in reportbuilder print - masks behave weird
-
- Newbie
- Posts: 7
- Joined: Wed Sep 07, 2022 12:00 am
Re: Bar chart in reportbuilder print - masks behave weird
Hello,
In the .dfm of your project I can see the
Remove them and it should be fine.
In the .dfm of your project I can see the
TBarSeries
have Marks.Items
defined.Remove them and it should be fine.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 7
- Joined: Wed Sep 07, 2022 12:00 am
Re: Bar chart in reportbuilder print - masks behave weird
Ouch.. that one was my bad
After removing the static marks, the values are good.
Altough the marks (yellow frame) are still drawn with a strange bottom-left position. Altough not in my demo-project, but still is on the production environment. Work-around for me is to make the marks transparent so arent drawn anymore.
After removing the static marks, the values are good.
Altough the marks (yellow frame) are still drawn with a strange bottom-left position. Altough not in my demo-project, but still is on the production environment. Work-around for me is to make the marks transparent so arent drawn anymore.
Re: Bar chart in reportbuilder print - masks behave weird
Hello,
If you find how to reproduce it in a simple example project we can run as-is, don't hesitate to share it with us.
Great!UNIFORM-Agri wrote: ↑Thu Feb 02, 2023 8:04 pmOuch.. that one was my bad
After removing the static marks, the values are good.
I haven't been able to reproduce that one.UNIFORM-Agri wrote: ↑Thu Feb 02, 2023 8:04 pmAltough the marks (yellow frame) are still drawn with a strange bottom-left position. Altough not in my demo-project, but still is on the production environment. Work-around for me is to make the marks transparent so arent drawn anymore.
If you find how to reproduce it in a simple example project we can run as-is, don't hesitate to share it with us.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 7
- Joined: Wed Sep 07, 2022 12:00 am
Re: Bar chart in reportbuilder print - masks behave weird
Thanks for your effort!