LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Y scale in XY graph

Quick question :
how to scale Y-scale in XY Graph (height about 470 pix)
so that I can see all integer numbers from 1 to say 32.

See picture. I try to use property node, but it seems that height of this XY
Graph doesnt allow me to see all numbers.

cheers,
jcz



[Attachment graph_scale.gif, see below]


[Attachment graph_scale_prop_node.gif, see below]
Download All
0 Kudos
Message 1 of 6
(3,034 Views)
It is unclear from your drawing what numbers are used for y scale max and min. Also, you are programming values into y scale max and min and increment at two different spots in the property node. This is confusing. One more thing, check to make sure that you do not have Autoscale turned on.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 6
(3,034 Views)
"tbob" wrote in message
news:5065000000050000004BC90100-1079395200000@exchange.ni.com...
> It is unclear from your drawing what numbers are used for y scale max

thx for reply, but...
I am puting two values (max and min) for two y scales (cos i have two
yscales - the second one is not shown on this part of screenshot) - and it
works ok.

The only thing I want is to see values
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,...,31,32 and not
1,2,4,6,8,10,...,30,32.

-jcz-
0 Kudos
Message 3 of 6
(3,034 Views)
Hi,

Please see the attached Vi where I have used YScale.MarkerVals[] property node to write 1,2,...,32 values to the Y scale. Notice that the graph height is less than 470 pixels.

Regards,
Ankita A.
0 Kudos
Message 4 of 6
(3,034 Views)
> Please see the attached Vi where I have used YScale.MarkerVals[]
> property node to write 1,2,...,32 values to the Y scale. Notice that
> the graph height is less than 470 pixels.

could You please send me 6.0 ver ?
or screenshot of dialog.

thx
jcz
0 Kudos
Message 5 of 6
(3,034 Views)
> Please see the attached Vi where I have used YScale.MarkerVals[]
> property node to write 1,2,...,32 values to the Y scale. Notice that
> the graph height is less than 470 pixels.

ok.i've solved it. big thx 🙂
-jcz-
0 Kudos
Message 6 of 6
(3,034 Views)