Hello,
I'm trying to format string for some of my plots using the standard WPF...
This does nothing:
<ni:Plot Label="{Binding Path=PlotLabels[0], StringFormat={}{0}g}"/>
And this way doesn't compile:
ContentStringFormat
Please let me know if it's possible.
Thank you!