Focal Point
graph: group labels for multiple series

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7521087331

May 20, 2004, 03:55 PM
Leo L
graph: group labels for multiple series
Is it possible to display individual labels for multiple series on a graph?

I've tried using the setGroupLabelArray(...); but I can't define which series needs the labels. I need to do this because I'm trying to display a specific tooltip label for each point on the scatter plot graph.

Is there something that lets me define the individual label for each series... the setSeriesLabelArray(...); just sets the series name and not the individual points.

I have which series the point is in and the number which it is... now I just need to get my custom string for the tooltip label.

thanks,

Leo
June 07, 2004, 06:28 PM
<monte2000>
Hi Leo.

Tool-tip text cannot currently be customized using the Graph API. We expect to provide this functionality in an upcoming release.

Monica