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
40
Get coordinates of the point in MouseButtonDown
posted

Hello! I'm evaluating xamDataChart for my company and have one question.

How to get 'real' coordinates of the point in MouseLeftButtonDown?

If I write something like

e.GetPosition(this.xmChart)

(as shown in sample project) I get double coordinates assosiated with current WindowRect. But I have DateTime X axis and want to get DateTime closest to the point I have clicked.

Is there a solution for my problem?

Thanks, Igor.