Area Select Tool

R

RLang

Hi, I created a charting tool that sets symbol size, shape, and color
depending on characteristics of the source data. The chart itself is a
standard Excel chart (x-y scatter). I've also implemented chart event
trapping when a user clicks on the plot area or on a specific symbol
(courtesy of a previous request on this forum thank you).
I'm interested in any advice for how to implement an area selection
tool. I would like a user to select a rectangular area of the chart. I'd
like to know (after the selection is completed) the coordinates of the
selected area in relation to the x and y scale of the chart. Knowing these
coordinates, I'd run some code which does some stuff applicable to which ever
chart datapoints fell inside the selected area.

Thanks much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top