LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the range on a graphic but saving the same points

Solved!
Go to solution

Hi

I have a graphic with 501 points on X axis, and autoscale on Y, and then when i generate the graphic i see the X axis from 0 to 500.

But now i need to change the scale to see the X axis from 50 to 100....but all points need to be the same as 0 to 500.

I think what i need is just removing the strings 0 and 500 and replace by 50 to 100, without changing anythink on the graphic itself.

Is this possible on LabVIEW?

 

Notice that i'm not asking for a zoom on the graphic...there is no zoom, only the numbers of the X axis needs to be change after i generate

the graphic 🙂

 

thanks!

0 Kudos
Message 1 of 3
(2,749 Views)
Solution
Accepted by topic author JPLO

Hi JPLO,

 

you can change the scale presentation by setting an offset of 50 and a scale multiplier of 0.1 either in the properties dialog or by using property node(s)!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,745 Views)
worked 😄 thanks! kudos for you 😉
0 Kudos
Message 3 of 3
(2,730 Views)