Bars are not side by side
Bars are not side by side
I have my chart bars set to 'Side'. But some of my bars Income bars look placed in front of my Expense bars. How can I correct this?
- Attachments
-
- 2017-03-15_1855.png (53.4 KiB) Viewed 18265 times
Re: Bars are not side by side
Hello,
I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1820
Thanks for reporting it.
I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1820
Thanks for reporting it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bars are not side by side
The version is .20, the one released yesterday or the day before. The revision list hadn't even been updated. I was waiting for it because of the 'Other' Slice in the pie chart not being correctly created for the legend.
Re: Bars are not side by side
Hello,
https://www.steema.com/version_info/vcl
It has been updated now:realsol wrote:The revision list hadn't even been updated.
https://www.steema.com/version_info/vcl
#1749 discussed here should be fixed with v2017.20.realsol wrote:I was waiting for it because of the 'Other' Slice in the pie chart not being correctly created for the legend.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bars are not side by side
Thanks. That does seem to be fixed. Now I need to find some code that will give me the categories when the user clicks on the Other Slice. I think I found it one afternoon but didn't bookmark it. That code is still a few days away.
Re: Bars are not side by side
Hello,
You can use the function BelongsToOtherSlice(ValueIndex).
You can use the function BelongsToOtherSlice(ValueIndex).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bars are not side by side
Thanks. I making lots of headway today. Glad I got up early.