I can't get this one to work/show. Everything builds, runs, but no charts are shown. Am I missing something? The only thing I changed was the name of the view model (MainViewModel instead of TestPageViewModel)
I did the binding to datacontext using:
this.DataContext = new MainViewModel();
in the page constructor.
↧