When setting the sync channel across charts, for some reason every chart but the targeted chart begin zooming in and out on mouse-scroll.
How do you prevent this? It has to be some sort of bug.
Hello Mark,
Thank you for your post.
I have been looking into it. I created a sample application based on your scenario and I could not managed to reproduce the behavior that you have described. In the sample I created two XamDataChart and synchronized them in one Channel Vertically and Horizontally by setting SyncSettings and using SynchronizeVertically and SynchronizeHorizontally properties of Synchronization in XamDataChart. You can read more details about it from our online documentation from this link: http://help.infragistics.com/doc/WPF/2014.2/CLR4.0/?page=DataChart_Chart_Synchronization.html Please let me know if I am missing something from your scenario.
If you are not able to reproduce the issue with the attached sample application, would you please modify it with the functionality, that you are using, so it reproduces the issue. This way I would be able to further investigate this for you and provide you with more detailed information on this matter.
Looking forward to hearing from you.
Thanks for the reply.
Modify your chart xaml as follows and you will see the bug. Essentially, our end users only want the ability to show crosshairs to line up data points and that's all. Zooming is very cumbersome as we have many charts on screen (think dashboard).
<igChart:XamDataChart x:Name="dataChart"
Grid.Column="0" HorizontalZoomable="False" VerticalZoomable="False" CrosshairVisibility="Visible" >
FWIW: If i handle the PreviewMouseWheel event, at least I can stop the bug.
lol, I think you slipped that one in as I was typing!
-Graham
Ha!
That being said, on to the second part.
My users wanted a consolidated tooltip so I created a tooltip resource and each series references this tooltip. Looks Great (see my first pickture). Once I drop in the ItemToolTipLayer however; it appears that the last series in the collection gets my custom aggregate tooltip but all the others are showing the default tooltip container.
Is there anyway to prevent this?
Hello,
Thank you for your posts.
I have logged the behavior for zooming with our developers in our tracking system, with an issue ID of 192270. I have also created a support ticket on your behalf with number CAS-153628-D1D1H5 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download. Please let me know if you require any further assistance on the matter.
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to Account\My Keys and Downloads.