Hello,
I changed the TeeChart Version 8.02 to 8.07. The result was, that the first and last stacked Bar are shown with approximately the half width. There is no distance to the y-axis.
The PDF-document shows the different. Page 1 is version 8.02 and page 2 is version 8.07. There are no changes made in my source-code.
What I have to do to get the behavior like in Version 8.02?
Thank you for your help.
With kind regards.
Josef.
Wrong alignment at the first and last stacked bar
-
- Newbie
- Posts: 4
- Joined: Mon Jan 07, 2008 12:00 am
Wrong alignment at the first and last stacked bar
- Attachments
-
- Version 8.02 and 8.07.zip
- (33.84 KiB) Downloaded 272 times
Re: Wrong alignment at the first and last stacked bar
Hi Josef,
It could be the same that was discussed here
In your case, you could probably solve it adding some offset. For example:
It could be the same that was discussed here
In your case, you could probably solve it adding some offset. For example:
Code: Select all
Chart1.Axes.Bottom.MinimumOffset:=60;
Chart1.Axes.Bottom.MaximumOffset:=60;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |