I'm evaluating last Visifire build for a dashboard in silverlight 5 in a very large italian company.
My problem is that the bubble chart animation does not start when I bind the chart to data collection gathered from a wcf service in async call.
The chart is displayed without problems but the animation doesn't start. May be this is because animation starts at first control rendering so when the async wcf callback ended and I set Datacontext = collection gathered , the bubblechart rendering already happened.
I've resolved creating the bubblechart from code and setting datasource soon after the callback of the async call.
Is this the only way?
Thanks in advance and sorry for the bad english
Alessandro










