LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what property can make chart change from "stack"to "overlay"?

thank u!
0 Kudos
Message 1 of 3
(2,712 Views)
Hi,

By default, when you drag a new chart from Tool pallete, it's in overlay mode. You can change it to stack mode by pressing right click on chart then go for stack plot option. When you change to stacked mode, again if you press right click, you will see overlay plot option to change it to overlay mode.

Hope this helps. Your feedbacks are welcome.

Wish you a happy new year!!!

Best Regards,
Nirmal Sharma
India
0 Kudos
Message 2 of 3
(2,712 Views)
If you just want to set the chart for stack or overlay, at devlopment time follow the instructions Nirmal posted.

If you want to do this while the code is running, you will have to resort to using two charts ( one of each type) and make only one of the charts visable at a time.

To the best of my knowledge there is NO property available that will let you do this via code.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 3
(2,712 Views)