10-18-2010 03:04 PM
For some reason, I can not get LabVIEW to display the actual values of the x values in a graph. As shown below, I want LabVIEW to display the x values [1.254 2.346 3.754 4.6757 5.236]
How will I be able to let LV show the actual x values, I set the properties under number of precision to 3.
10-18-2010 03:09 PM
Instead of letting LV assign marker values you can pass them to the gprah via a property node.
Ben
10-18-2010 03:39 PM
Use the markervals[] property using your x-array. Here's a draft.

(For more information, please have a look and support my related idea!!!)