I am rendering 2 charts which display different data fields from the same data set.
Both charts use a similar DateTimeAxis and a ChartZoomBehavior using ZoomMode="x", I am trying to figure out a method to bind the 2 charts zoom functions to each other in such a way that a users gestures simultaneously affect both charts, is this possible?