Binding to multiple sources
问题 I'm plotting graphs with D3. At this moment I'm doing it by binding this way: <d3:ChartPlotter x:Name="plotter" ItemsSource="Charts" Margin="20"> And I Add/Remove items to Charts and the plotter updates automatically. Works very well. The problem is that I need to bind from several collections, but obviously I can't set ItemsSource twice. I've read something about CompositeCollections, but almost every article is based on a StaticResource, that is not my case. <d3:ChartPlotter x:Name="plotter