01-16-2007 10:01 AM
01-19-2007 04:40 AM
01-19-2007 11:56 AM
wiebe@CARYA wrote:
Create a property node of the graph, select the Y Scale, and select the property Marker Values[]. With this property, you can set the markers any way you like it (the values are sorted automatically). Use the Flipped property to reverse the scale.
I am pretty sure if this will not work because "stel" wants labels that don't correspond to the underlying plotted data. For example, he wants to show a 10 where the value is actually 0.1, etc.
The proper solution would be to make your own graph in a picture indicator. Have a look at the example "XY Multi Plot.vi" as a starting point.
Unlike the scales of sliders, graph scales unfortunately don't support text labels (Now here's something that could be useful! :)). Of course you could cheat, hide the graph axis and substitute a slider with only the axis shown. Now assign label/value pairs of e.g. "10"/0.1, "2"/0.5, etc.. as desired.
Align everything perfectly and make sure to disable "autoadjust scales" on the graph so things don't move around. See how far you get. 😄
01-22-2007 04:10 AM