I am trying to bind from my ViewModel to the DataSeries of a ScatterRenderableSeries3D, but no data is showing.
I am binding in this way:
…
My ViewModel has a property of type ObservableCollection<XyzDataSeries3D<DateTime, double, int>>. I can populate ChartItems, and see the data in it. The property is being notified of change as expected.
If I populate the DataSeries directly from code behind, it works, but not when being bound.
What am I doing wrong?
- Craig Muckleston asked 7 years ago
- You must login to post comments
Sorted. I used a DataSeries instead, not an ObservableCollection as found here: http://support.scichart.com/index.php?/Knowledgebase/Article/View/17176/28/what-is-a-renderableseries-and-what-is-a-dataseries
- Craig Muckleston answered 7 years ago
- You must login to post comments
Please login first to submit.