01-24-2006 05:30 AM
01-24-2006 05:52 AM
Hi Kousy,
My suggestion will be, why not stack plots in your chart?
This way, you can have a common x axis but an independent y axis for each of the plots.
think about it
Regards
Dev
01-25-2006
12:00 PM
- last edited on
02-05-2025
04:26 PM
by
Content Cleaner
Which version of LabVIEW are you using? If you have LabVIEW 8, you could consider using a Mixed-Signal graph that can accomodate signals of different ranges, types (digital, analog, etc) all graphed along a common x-axis. It has separate viewing regions, scrollbars, etc. This could drastically reduce the amount of code used in your application, and provide a very professional user interface.
Take a look at this feature and others!
01-26-2006 11:18 PM
Hmm, labview 8 seems to pack a lot of simplifiers.
But i gotta wait for a while till i can start doing on it
01-27-2006 04:14 AM
01-27-2006 10:39 PM
Hi,
This attached example illustrates stack and overlay for charts
right click on the chart plot area and select stack plot/overlay plot option in the dropdown menu
Regards
Dev