You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have successfully binded an Observable Collection to the chart.
this.chartData = new ObservableCollection();
Anytime I call chartData.Clear(); the chart refused to plot thereafter. No more plotting.
What seems to be the issue. I tried setting the Series values to null but that did not help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have successfully binded an Observable Collection to the chart.
this.chartData = new ObservableCollection();
Anytime I call chartData.Clear(); the chart refused to plot thereafter. No more plotting.
What seems to be the issue. I tried setting the Series values to null but that did not help.
Beta Was this translation helpful? Give feedback.
All reactions