I'm using Vision's component style customizer along with memory tags to try and maintain consistency across my project.
For example: all labels which display live data (numeric) such as tank levels, pressure, temperature use labels which have their "Styles" property bound to a memory dataset tag containing the background color and foreground color.
Here is what the memory tag contains:
I'm curious if it's possible to bind any of these entries to another tag. I have a custom property on all of the labels which stores the tag path which holds the value. All of my high and low setpoint values follow the name of the measurement tag with an added suffix. I'd like to be able to bind the value column of the tag so that it can animate when the value is outside of the normal operating range.