02-08-2013 08:06 PM
I am trying to simply display a graph that has only integer values and therfore have only integer values display on the scale to alleviate some of the eye congestion on the graph. ANybody know how to do this fundamental?
Solved! Go to Solution.
02-08-2013 09:14 PM
If you wire an integer data type to the graph terminal it should change to integer representation and take care of the problem.
You can also set Digits of Precision in the graph properties to zero.
Lynn
02-09-2013 05:27 AM
If you are trying to plot in x axis then you need to change x axis display format to integer.
02-09-2013 03:50 PM
thanks. My data type is double resulting from the prior calculations and since it was, the graph was not behaving as I remember. Also, the digits of precision was not the default drop down and I just couldnt seem to find it. Kudos