07-21-2014 06:03 AM
Hello VI programmers,
I have a VI which plots a XY scatter graph using ActiveX functions, but further more to that i require a trendline to be added to the XY scatter graph to get the equation and R-squared value.
Is this possible?
Regards,
Kris_22
07-21-2014 08:13 AM
Why are you using ActiveX to generate an XY plot? With the built-in XY graph that LV provides, adding the data you desire wouldn't be a problem. You will however need to calculate the trend line and other data.
Mike...