I just migrated our program from Delphi 7 to Delphi 2007 for windows. But we
noticed that one component derived from TCustomChart not worked properly.
Only one label of Y Axis was drawed, all other labels missed.
After debugging I found the OnGetAxisLabel was not called for all labels.
Comparing the chart.dcu in Delphi 7 and Delphi 2007, they're different. I
guess they changed something inside the unit.
Any suggestions? Thanks,
Chris