asteele Posted October 23, 2012 Report Share Posted October 23, 2012 Does anyone know if there is a chart property or coding pattern that would allow for a dynamically changing collection of datasets to be properly bound and plotted on a chart in an MVVM pattern. Im guessing that individual data sets can be bound if the number of data sets is known beforehand. Unfortunately my number of plots will be determined at run time. I tried binding to the charts ItemSource property but that only made a single point for each series in the source, not a separate series. Quote Link to comment Share on other sites More sharing options...
asteele Posted October 24, 2012 Author Report Share Posted October 24, 2012 In relation to my question above is it possible to bind to the Series property of a chart with a SeriesAtrributesCollection and properly display the data. I'm not sure if it implements something like INotifyCollectionChanged or INotifyPropertyChanged like an ObsetrvableCollection would in order for it to dynamically change and update when data sets are added to it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.