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?
HorizBarSeries gaps
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi MikeI,
You could create your custom horizontal bar series inheriting from THorizBarSeries and override its DrawBar method.
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 |
Instructions - How to post in this forum |