Hi,
I have a radchart with a Canvas overlay. In the canvas I allow my users to create a rectangle to enclose the bars/data points that he may be interested. The Canvas is 1:1 size with the radChart.
Now based on the rectangle coordinates... How do I find which bars the user selected on the bars underneath my layer? Is there a way I can pass screen/canvas coordinates to the radchart and get back a collection with the items inside the range?
Something like:
selectedCollection = radChart.getItems(Point p1, Point p2);
J
I have a radchart with a Canvas overlay. In the canvas I allow my users to create a rectangle to enclose the bars/data points that he may be interested. The Canvas is 1:1 size with the radChart.
Now based on the rectangle coordinates... How do I find which bars the user selected on the bars underneath my layer? Is there a way I can pass screen/canvas coordinates to the radchart and get back a collection with the items inside the range?
Something like:
selectedCollection = radChart.getItems(Point p1, Point p2);
J