In my UWP app, I'm trying to make a chart that displays a time series of incoming values. I can accomplish this in a bar chart, and the chart responds to changes in sensor data. However, I need to visualize the time series from when the sensors are turned on. I'd like to do this as a line series with the timestamp along the X axis and the sensor values along the Y axis. How can I accomplish this?