Hi,
The synchronization between charts seems to concern only the x-axis and y-axis. Is it possible to synchronize the display of the crosshair-lines between 2 or more charts? If not how could it be implemented?
Thank you in advance
Hi jeromerg,
When you synchronize 2 or more charts using a SyncChannel, the crosshairs for these charts are automatically synchronized by default. If you set the CrosshairVisibility properties on each of these charts to Visible, you will see the crosshairs show up on each of the synchronized charts when they are hovered over.
Furthermore, you can control which crosshairs show on the charts by setting the SynchronizeVertically or SynchronizeHorizontally properties off of the SyncSettings object. Please be advised, that setting these properties to control the synchronization of the crosshairs will also affect the synchronization of the charts when zooming.
Hope this helps!
Marisa