While debugging I somehow got some behavior to happen..but in the end putting the cod ein UIUpdated doesn't work. Even if I do 1 line of code:
((ScatterPointSeries)TheChart.Series[6]).DataPoints[0].XValue = 5;
It does not change my graph at all. This is a huge disappointment and I'm going to have to try again in somewhere other than the code-behind. Unless there's a way to force update the chart after the fact? I hate this. It doesn't make sense at all.
((ScatterPointSeries)TheChart.Series[6]).DataPoints[0].XValue = 5;
It does not change my graph at all. This is a huge disappointment and I'm going to have to try again in somewhere other than the code-behind. Unless there's a way to force update the chart after the fact? I hate this. It doesn't make sense at all.