I am building a simple embedded view which will have a process variable readout, and a label. I would like to pass in a parameter which specifies whether the label appears above or below the process variable.
The embedded view is a flex container, so in the designer, I can simply drag the label above or below the process variable - but is there a way to adjust this dynamically at runtime? Obviously I could create labels above and below and bind the “display” parameter to ensure only the correct one shows up - but that’s the sort of trick that I’ve gotten used to not needing in Ignition, so I thought perhaps there’s another way.