Hi,
Is there a way to bind plots (plot collection) to a graph.
I'm using a graph with multiple plots. I bind the datasource with an observablecollection for the data values => the default plots are shown, perfect.
but now I want to manage these plots (color, axis etc..). For that I have to use plots. I can define manually plots in XAML.
but I want to add or remove plots at runtime. The datasource is perfect for data values but I have not found the same for plots. In the MVVM concept, is there a way to bind plots with a collection.
Thanks for any help.
O .Daniere