LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change last plot's point style on multiplot XY graph programmatically?

Solved!
Go to solution

Hi All,

 

I have a multiplot XY graph.  I want to change the last plot's point style programmatically.  Any way to do that?  I tried and looks like only the first plot property is programmatically changable.

 

Thanks for any help.

 

Anne

0 Kudos
Message 1 of 3
(2,552 Views)
Solution
Accepted by topic author ergwser

@ergwser wrote:

Hi All,

 

I have a multiplot XY graph.  I want to change the last plot's point style programmatically.  Any way to do that?  I tried and looks like only the first plot property is programmatically changable.

 

Thanks for any help.

 

Anne


 

Property nodes can be re-sized by dragging down on them.

 

re-size the proprty node you re using and use a "Active Plot" property to set the plot index of the plot you wan to act on.

 

Also note that property nodes execute from top to bottom so the "active Plot" should be above the proprty where you specify the point style.

 

Ben

 

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

Hi Ben,

 

Thanks a lot for help. It works.

 

Anne

0 Kudos
Message 3 of 3
(2,542 Views)