Setting easy chart range axis dynamically

How can I access the easy chart y-axis high and low setting? I would like to set the high and low to whatever the tags high and low ranges is when my window with the easy chart loads. This is a dynamic window so it will have a different ranges to load, so I cant hard code it.

They are both inside of the “Axes” dataset property on the easy chart. To change them dynamically you can bind the axes dataset to a “Cell Update” binding where you can link the low and high cells to other properties on the window.

1 Like

Thanks travis. worked like a charm.