First off. I think there may be a bug with Tooltips when the LeftAxis is inverted.
Using your Pyramid_Series unit Tee9new, I add a Mark Tips tool to the chart and set it like so:
Code: Select all
TMarksTipTool(Chart1.Tools[0]).Style := smsLabelValue;
Finally, I expect this is possible but I am not experienced enough with TChart.
I add data to the series like so:
Code: Select all
Series1.Add(100, 'Design');
Series1.Add(150, 'Programming');
Series1.Add(90, 'Systems Test');
Series1.Add(200, 'QA');
How can this be done? I can provide a sample if necessary.
Thanks
Mark