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
150
xamDataChart: synchronized CrosshairLine between charts
posted

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

Parents
No Data
Reply
  • 1134
    posted

    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

Children
No Data