04-02-2013 12:51 PM
I am looking for a way to select a specific background color on a waveform chart programatically for specific y axis ranges. For example, between the y axis value of 1 and 3 I would like the waveform chart background color to be yellow. Any suggestions on how to do this programmatically using the property nodes ?
Solved! Go to Solution.
04-02-2013 01:56 PM - edited 04-02-2013 02:04 PM
Hi Blue,
as charts are rather limited in their possibilities (compared to graphs) I would suggest to use additional plots for that purpose.
Set those plots to fill to -Inf with the color needed:
Plot 1 is set to black and fill to -Inf, Plot 3 is set to blueish and fill to -Inf. All other plots are set to show points and line...
04-02-2013 02:02 PM
Is there a good method to do this programatically with graphs then ?
04-02-2013 02:18 PM
05-03-2013 09:56 AM
Hello, i have implemented this method that you have proposed, but now the plot is behind the shaded regions. How do i bring the plot in front of the shaded regions like you did for plot 4 in your example above ?
05-03-2013 10:02 AM