HorizBarSeries gaps

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MikeI
Newbie
Newbie
Posts: 8
Joined: Tue Mar 09, 2004 5:00 am

HorizBarSeries gaps

Post by MikeI » Wed Dec 13, 2006 9:59 pm

If I create a TChart with two THorizBarSeries (Multiple Bar style = side) I end up with a one pixel gap between each horiz bar. If however I do the same with TBarSeries I do not get a gap between each vert bar.

In TChart v7.04 this gap did not exist, but when I upgraded to 7.07 the gap appeared.

How can I get rid of the gap?

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

Post by Yeray » Thu Dec 14, 2006 10:17 am

Thanks for advising, we could reproduce the problem here and we've added it to our wish-list to be enhanced for future releases.

There's no workaround we can think of for now.

Best regards.


Yeray,
Steema Software

MikeI
Newbie
Newbie
Posts: 8
Joined: Tue Mar 09, 2004 5:00 am

Tweak?

Post by MikeI » Thu Dec 14, 2006 7:59 pm

Is there some way I can derive from THorizBarSeries and do a tweak?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Dec 15, 2006 8:28 am

Hi MikeI,

You could create your custom horizontal bar series inheriting from THorizBarSeries and override its DrawBar method.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply