LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create line chart/graph

Hi,

 

I've created a waveform chart that takes in an integer data point every seven seconds. I'd prefer it if the chart directly connected the data points to form a line chart instead of going down to zero during the seven seconds between readings. I checked around labview briefly but couldnt find any line charts. Is there a setting I can chanhe of a type of chart i should use to get a basic line graph?

 

THanks

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

Why would the line be going to zero between readings?  Are you sending it any zero data between readings?

 

Post a VI.

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

The default chart is a 'line chart'. Right click on the plot legend and look at the interpolation. Unless you changed the Fill Base Line option, the chart will not drop to zero unless you are passing it a zero value.

0 Kudos
Message 3 of 4
(2,252 Views)

Thanks,

 

I recognized that I was accidentally inputting into the graph every second, thus passing in a value of zero during those times. It has been corrected.

 

 

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