Using a Variable as the upper and lower bound of an easy Chart

Hello, I have an easy chart displaying some data and I would like to be able to change the upper and lower bounds using a numeric entry box but it will not let me add a tag name to the upper or lower bound. Does anyone know how I could do this?
Thanks

Hello, if i understood correctly, you can do it by following these steps:

  1. Click on your chart and on the Vision property editor find the property called Axes under Chart configuration, it’s an UDT.

  2. Open the UDT and turn the column named AUTO_RANGE to False by clicking it then click OK to confirm your change.

  3. Create a cell update binding and bind your LOWER_BOUND and UPPER_BOUND values to your numeric entry box.

You can also take a better look on how cell update bindings work here:
https://docs.inductiveautomation.com/display/DOC81/Cell+Update+Bindings

1 Like