I'm using the UWP to render some big datasets on LineSeries with an DateTimeAxis and a LinearAxis, while the initial rendering of the plot is pretty quick, as soon as I try to pan or to zoom it starts to get slow, and it only gets worse if the data has big variations on the Y axis (not the DateTimeAxis) and I was wondering if it could be improved by using the GPU, it could be done through the use of Win2D (https://github.com/microsoft/Win2D), has any one tried to replace the default renderer with Win2D?