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…