ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  3D scatter chart
Posted by Claude Kane on Aug-07-2014 05:10
I have a 3d scatter chart that has clickable datapoints.  I also have a data label array which I want to show when the user hovers over the datapoint.  now I get the x, y and z, but I also want to add the label.  How do I do this?

  Re: 3D scatter chart
Posted by Peter Kwan on Aug-08-2014 00:51
Hi Claude,

You may add the data labels as extra fields. For example (in Java/C#):

c.addExtraFields(myArrayOfLabels);

Then in the tooltip, you can use {field0} to represent the label.

Hope this can help.

Regards
Peter Kwan