Archives by Tag 'chart'
The Difference Between Chart and Graph in LabVIEW
By Ralph - Last updated: Sunday, January 31, 2010
We can use chart and graph to display our acquired data or waveforms. In general, they looks alike, but there still is difference between them which we should note in our VI programming. The difference is: Chart control has a data buffer which can be used to store some length of history data. Graph control [...]