08-13-2020 03:59 PM
I have a simple graph control in my program that displays an XY curve (using a linear xy scale, with x axis gain and offset set to specific (double) values) . The axes are set to Editable, which allows me to change the limits on X and Y axes in GUI. The changes work correctly, except when I change the X maximum value - it changes to the newly set value, but causes a simultaneous change in the X minimum value, setting it to a large negative number.
This only happens when I use X Gain setting that is less than 1.0.
The behavior when changing X minimum value is normal and doesn't affect the X maximum value.
It looks like a bug.
08-14-2020 12:11 AM
Well, attach a VI containing default data in the graph so we get an idea what you are describing.
08-14-2020 02:27 PM
This is LabWindows not Labview. What type of files are you looking for?
08-18-2020 05:08 PM
Can you pare it down to a minimal example project? Or modify a sample project slightly that comes with CVI? Then some people here would be able to replicate it and help.
08-20-2020 08:40 AM
Here is a simple example project I created.
After hitting the Plot button, a simple diagonal curve is drawn. Box X and Y axes limits can be manually changed. Only the change in X axis Maximum value creates a problem.
09-01-2020 03:30 PM
Here is a simple example project I created.
After hitting the Plot button, a simple diagonal curve is drawn. Box X and Y axes limits can be manually changed. Only the change in X axis Maximum value creates a problem.
Do you have any suggestions?