Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Primitive HitTest
posted

In short, I need to be able to do XY-Hit Test on primitives. I've attached a screen shot and although the cursor is missing I hope you understand what I'm trying to accomplish.. 

I've overriden the mousedown, mouseup, mousemove and onpaint methodsUltrachart Selection and can therefore draw a "selection region" in the chart. The purpose is to be able to draw a selection and get a list of chart items that are within that region. That information is later used to do further drilling in the dataset. Drilling by only selection one data point is _not_ an option in my application. 

So, how do I accomplish true XY-hit testing? I've found no information on the forum/web and having spent hours testing and digging the source has not gotten me anywhere. 

Please Help. :)