looks like i have taken the scenic road.
a while ago i have posted about how to “programmatically showing data tips on a chart“.
there is an easier way, well… it’s much-much easier.
dataTipItems is a property for Series. it is an array on non-interactive data tips.
populate it with chart items, then set the chart’s showAllDataTips to true.
that easy.
(i enjoy riding the scenic road)
Demo is here (right click for source)
Source is here

July 19, 2008 at 11:13 |
programmatically showing data tips on a chart – the easy way…
[...]programmatically showing data tips on a chart – the easy way

dataTipItems is a property for Series.
it is an array on non-interactive data tips.
populate it with chart items, then set the chart’s showAllD…
September 18, 2008 at 22:37 |
Thanks, I really found this VERY helpful!
October 28, 2008 at 15:48 |
Hi,
Thanks for the post, i found however that it doesnt work with datatiprenderers. Only the cercile in the middle of the chartitem appears not the datatip. Any clues?
/Eric