Group: Forum Members
Last Active: 15 Years Ago
Posts: 13,
Visits: 1
|
Good Afternoon,
I was wondering if it is possible to handle click events on individual data points?
My main goal is to be able to click on a datapoint and for it to print it's X and Y values, along with the name of the object it belongs to. For example, if I have two classes, fruit and vegetables, in which the instances of those classes are apple, banana and carrot. When clicking the data point I would like a print out of the name of the instance containing its x and y values, along with the instance name, such as carrot and then the class that derived from (vegatable).
So basically I am aiming for such a printout when the data point is clicked: Type of food: Vegetable Food name: Carrot X: 6 Y: 12
Sorry fruit and vegetables was the first thing that popped in my head, perhaps I should have used car manufaturer and model or the like.
Any help would be greatly appreciated.
Thankyou in advance,
David
|