LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the size of a mixed signal graph programmaticaly and properly ?

Hello to all

 

I'm posting because I can't find a way to do the following thing :

 

I want to resize a MixedSignal Graph programmatically using property node which are in read/write mode.

 

For XY graph it works nicely using PlotAreaSize (? not sure of translation) (Zone de tracé : taille : hauteur;Zone de tracé : taille : largeur in french).

For subpanel it works nicely using ContainerBounds (? not sure of translation) (Limites du conteneur : hauteur Limites du conteneur : largeur in french)

 

For Mixed signal graph I use PlotAreaSize. It changes perfectly the width according to the change in size but not the height. Apparently the height of the plotArea is changing but not the height of the teminal....

You have to pan in order to see the whole graph... 

That is not what i'm expecting, does anybody know a way to change effectively the height of a mixed signal graph ?

(Please avoid the answer like : "choose an other thing for plotting" thanks 🙂 )

 

Thanks for any help !

 

0 Kudos
Message 1 of 3
(3,141 Views)

 

Hello,

 

And thank you for posting here.

 

Indeed PlotAreaSize does not work as hope.

You could take a look on this link :

 resize mixed graph

It is one of way to do what you want.

 

Regards Samuel G.

Samuel G. | GEMESIS

Certified LabVIEW Architect

Certified TestStand Developer

GEMESIS.EU

Message 2 of 3
(3,117 Views)

OK so it's a bug in labview.

You can only let the graph height getting smaller....

 

Is there any way to ask for a patch for correcting this error ?

 

Thanks for answering me.

0 Kudos
Message 3 of 3
(3,114 Views)