LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with scaling of chart

I have a problem manipulating the scale of the graph here.

in the VI that i attached, there's two chart. The one at the top is the problem that i am facing. I want to have a chart that has time on the x-scale in 24-hr format with increment of 1 hour. For the first chart to show every hourly value on the x-scale i have to stretch it too much and the incremental value becomes 30 minutes.

I intend to remain the size of the chart as the chart at the bottom.As you can see, the x-scale can not show every hourly value from 08:00 09:00 10:00 all the way to 20:00.

This should be what i want to get

| | | | | |
08:00 09:00 11:00 12:00 13:00 14:00 ... 20:00 x-scale

and maintaining the size as of
the chart at the bottom.

i've tried changing property node values for interval, max, min to no avail.

Thanks for any help

Parker
0 Kudos
Message 1 of 3
(2,427 Views)
Hi Parker,
In your second graph you've got 8:00 - 12:00 - 20:00. What you need to do is replace the 12:00 by 9:00 (clic on 12:00) without adjusting any property.
The graph should then show the different times you want.

Hope this helps !
Julien
Message 2 of 3
(2,427 Views)
wow that works like a charm

how did i not try that? thanks so much mate 😃
0 Kudos
Message 3 of 3
(2,427 Views)