[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: No way to determine series in ICHARTEVENTHANDLER.beforeDrawLegendItem

Yes, by value series.

If the legend area is too small or has not enough space to render the series title, it will be shortened (e.g. "Very Long Series Title" becomes "Very Long S..."). Thus, the comparison will fail and there is no other way to determine which series title is currently being rendered on the legend area...

I think, there must be a hint given to beforeDrawLegendItem to be able to determine the series; maybe an additional param with the series identifier (beforeDrawLegendItem(..., Object seriedID ))...