03-22-2023 10:28 AM
I have a WPF Graph instance with several plot instances.
I would like to configure dynamically each plot (line color, dot color, size, etc...)
Do you have some example or tutorials about it ?
Thx.
Florence.
03-22-2023 04:56 PM
Both the "PlotRenderers" and "DefaultPlotRenderers" examples installed with Measurement Studio give examples of dynamically swapping the renderer used to display plots. You can also refer to the WPF Plot Color question for different examples of setting and binding renderer properties.