Hello. I have an application where I want to be able to reversibly modify the values displayed by one or more ScatterSeries, without modifying the bound data. For instance, I might want to multiply the Y values of a curve by -1, to invert it relative to the X axis; or maybe multiply the Y values by 2, to show what a curve with a greater slope would look like.
Is there any way to do this just in the view? For instance, adding a IValueConverter that multiplies the bound Y-axis values for a single series?
Hello Ed,
I am just checking if you need any further assistance on the matter.