Hi
For one of my projects, I need to display some data in the form of a bar chart.
Recently I showed the code for a
super-fast XY chart. With that in mind, I refactored the code and added the necessary lines to draw the bars. I also customized the Series Setup tab for this type of chart.
In order to be able to read the data better, I added a
tooltip to the float routine, which shows the series title, the description and the values. This behaviour can be switched on and off like the other features acting on the object flags on instance initialization. The code resembles the functionality of the InfoAreas implemented in
TextView.
Since all these improvements were coded on the basic objects, the
XY-Chart automatically gets them as well.

Attached are the new binaries demonstrating an XY-Chart and a Bar-Chart. The complete source code is on the code repository.
Have fun!
Biterider