LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

filled graph

Hi,
I have a multi plots graph with a different Y axis per plot. One of
these plot has the filled property set. So its values below the plot
should be colored. The problem is that it doesn't take the Y axis
related to the plot into consideration, but only the first one.
Therefor I got an unacceptable graph on my screen. Could somebody tell
me how to fix that, any help would be appreciated. Many thanks,
Gilles
0 Kudos
Message 1 of 3
(2,680 Views)
Are you sure you've aqssociated the plot with the correct axis? see gif
0 Kudos
Message 2 of 3
(2,680 Views)
Hi Gilles,
in a multiplot graph each plot is indexed by reference number (0 first plot).If you want to set a plot property you have also to use the property ActivePlot to specify which plot you want to refer. If you don't do it each plot properties will be applied to plot 0 (first plot). See this example.
Good luck,
Alberto
0 Kudos
Message 3 of 3
(2,680 Views)