Wrong alignment at the first and last stacked bar

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Josef Schliffenbacher
Newbie
Newbie
Posts: 4
Joined: Mon Jan 07, 2008 12:00 am

Wrong alignment at the first and last stacked bar

Post by Josef Schliffenbacher » Sat Dec 11, 2010 12:14 pm

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.
Attachments
Version 8.02 and 8.07.zip
(33.84 KiB) Downloaded 271 times

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Wrong alignment at the first and last stacked bar

Post by Yeray » Tue Dec 14, 2010 12:39 pm

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;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply