LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphs

Has anyone got any ideas how to solve the following problem?

I have a report screen with several graphs on the screen. These graphs all
have the same X-axis data.

The Y-axis data can change the units are different etc. This means that the
graph plot area can move about within the control. The problem is only made
worse by having two scales on the Y Axis. I want to be able to position the
plot areas of the graphs so that the X-axis all aligned down the screen. Is
this possible?

If anyone has found a solution be it a different indicator or what ever I
would really like to hear from you.

Thanks in advance...

Duncan
0 Kudos
Message 1 of 3
(2,793 Views)
I think that the trick here is to turn off the autoscale function for the x-axis on each graph. You may have to setup a property node for each graph and change the X-scale, Range, Minimum, Maximum and Start. This should setup all of the x-scales to the same values.

Rob
0 Kudos
Message 2 of 3
(2,793 Views)
> Has anyone got any ideas how to solve the following problem?
>
> I have a report screen with several graphs on the screen. These graphs all
> have the same X-axis data.
>
> The Y-axis data can change the units are different etc. This means that the
> graph plot area can move about within the control. The problem is only made
> worse by having two scales on the Y Axis. I want to be able to position the
> plot areas of the graphs so that the X-axis all aligned down the screen. Is
> this possible?
>
> If anyone has found a solution be it a different indicator or what ever I
> would really like to hear from you.
>



The knowledgebase has an article about this. You can place

enableAutoScales=FALSE


in the ini file.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,793 Views)