Sorry, but there are no more tags available to filter with.
  • Extension Methods for Navigating the xamDataChart

    I recently posted a video demonstrating how to implement some extension methods to support xamDataChart navigation. The navigation support implemented in the demo included:

    • PanUp
    • PanDown
    • PanLeft
    • PanRight
    • ZoomIn
    • ZoomOut
    • FitInWindow

    The only problem with…