Hide tags from Easy Chart when not enabled

I have an easy chart that trends 5 data points. I use the cell update bindings so the same easy chart can be used on a templated screen and is updated with the correct tag paths. On certain devices one of the tags in the easy chart may not be enabled and I’d like to hide that tag on the easy chart. It looks like I should be able to do this with the cell update bindings but in the value field I can’t figure out how to put an expression something like Tag.Quality != 410.

I found another thread that gave me an acceptable solution to this problem. Expressions in Cell Update binding?