Chart shading stop at 0

Is there anyway to get the charts to stop at a specific value? I’d like to chart positive and negative values on the same chart and have them converge on 0. Right now the shading will go down until it hits the bottom of the chart. My negative value doesn’t go up towards zero, it Just stays at the bottom of the map flat which of course requires no shading then.

Any help would be greatly appreciated. Also is there anyway to statically set the y values on the charts? Currently they’re auto and of course expand only when the values returned do.

Probably novice questions but just starting to get familiar with the Dude…

You can create two generic static probes that don’t actually do anything, specify the value to graph in the probe and put it on the same chart. That value to graph will just create a straight light across your graph since the value never changes. Set the opacity of the line and fill to 100% and you won’t see the line. I don’t know how to deal with your other issue.

HTH,
Lebowski