Page 1 of 1

Wrong alignment at the first and last stacked bar

Posted: Sat Dec 11, 2010 12:14 pm
by 10547897
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.

Re: Wrong alignment at the first and last stacked bar

Posted: Tue Dec 14, 2010 12:39 pm
by yeray
Hi Josef,

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;