LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the x y scale of the plot

Solved!
Go to solution

Their display value may not be the same as the real value.

 

Can I make it without changing the original data.

 

Also it need to follow the change when zoom in.

 

Any suggestion, thanks.

0 Kudos
Message 1 of 4
(2,552 Views)

How to set the X Y scale for a plot?

You can set the scale via property node. Right click the plot and select create property node and choose x scale and y scale.


alex. wrote:

Their display value may not be the same as the real value.

 

Can I make it without changing the original data.

 

Also it need to follow the change when zoom in.

 

Any suggestion, thanks.


Could you please explain a bit more? I was not clear with your words. Maybe better with a picture.

 

Mathan

0 Kudos
Message 2 of 4
(2,548 Views)

For example, the real data value is about 0~255, but I need to display them as 0~20M.

 

Any suggestion?

0 Kudos
Message 3 of 4
(2,538 Views)
Solution
Accepted by topic author alex.

You can use the scaling factors (available on the scale properties). These can be set programmatically (using property nodes) or by right-clicking the graph > Properties > Scales.

 

 Graph-Properties.PNG

 

Edit the "Multiplier" to get the desired result.

 

Hope this helps.

 

Message Edited by dan_u on 03-17-2010 10:44 AM
Message 4 of 4
(2,531 Views)