05-22-2015 03:20 PM
I tried this but can't get the syntax right
<ni:Plot Label="R1" Renderer="{StrokeThickness="2"}"/>
Thanks
Solved! Go to Solution.
05-22-2015 04:47 PM
We don't define a markup extension for declaring renderers, but you can use nested property syntax, as shown in the answers to the WPF Using a graphs datasource and accessing the line colors and WPF Plot Color questions.
05-22-2015 09:43 PM
Thank you, that works.