Tagged Questions
0
votes
3answers
2k views
Mouseover hint for TChart series value
I am using a TChart in Delphi 7, and I want to display some bar charts. I am using the following code to set up the series values from a database query:
chart1.FreeAllSeries;
...