LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set X scale number in runtime?

Evey time i send a group of data to the graph the start number of X scale will follow the previous one and then keep on increase.Thus, how to set it back to 0 in runtime?
0 Kudos
Message 1 of 3
(2,547 Views)
Look at the shipping examples. There's one called How to Clear Charts & Grpahs.
0 Kudos
Message 2 of 3
(2,547 Views)
> Evey time i send a group of data to the graph the start number of X
> scale will follow the previous one and then keep on increase.Thus, how
> to set it back to 0 in runtime?

Either you are sending data to a chart, or your data has an X0 in it
that is increasing. First, make sure you are using a graph. Charts
have a popup menu item for Update Mode, graphs don't. If using a graph,
then you can either change the data or turn on the setting to Ignore
Timestamp.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,547 Views)