I'm trying to bind a set of data from an MVVM type project to a ChartView that is completely constructed in Xaml. Our architecture requires that we are able to change which values are bound to which two series, which values to use for the X axis, and which values are used for the Y axis. I have view...