简体   繁体   中英

WPF Toolkit Pie Chart Fill Values

I Fill my Pie Chart with Data (form observablehas -> dict) but everytime the chart gets new data, the pie fades out and fades in. I want the pie slices to change like here: http://silverlight.net/content/samples/sl2/toolkitcontrolsamples/run/default.html

if you choose "Pie Series" and then look at "dynamic data items".

When you get new data, you should add them to the ObservableCollection without clearing the ObservableCollection first. I assume you either overwrite your ObservableCollection or you clear it before adding the new data.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM