I can generate a chart, but whenever I re-assign the values the chart does not update. As seen on these forums I've seen it suggested to add the ListenPropertyChange="True" value to the XAML for that series. However, this does not seem to do anything.
Is there some sort of solution example for this? I'm attempting to generate a chart and then update the displayed values as new data comes in. This can be as much as 10 times a second.