Hi,
I'm using zoombar inside DataChart and I want to handle double click event depending which button have been clicked. Is there any way to get such event? Thanks in advance for any help! Best regards!
Hello Marcin,
Here is the API for the Zoombar and there is MouseDoubleClick,MousePreviewClick and other click public event to use.
Have a look at: https://ko.infragistics.com/help/wpf/infragisticswpf.datavisualization~infragistics.controls.xamzoombar_members
Thanks for answer. Now I have realized that I havn't specify my question good enough. My meaning was to catch double click event but to know OVER which button was the mouse cursor athe that moment.