Hi, I m trying to display tooltips on legends - by calling the setTooltipText method of LegendItemEntity.For this I need to get an Instance of LegendItemEntity from EntityCollection, which inturn is got from ChartRenderingInfo, An instance of ChartRenderingInfo is obtained from ChartPanel. But the problem is, that the EntityCollection array is empty. I have read somewhere in the forum that this ...