Change easy chart axis property in script

I need to change the axis property 'AutoRange' in a script on a button. Are the axes settings in the Easy Chart Customizer available in script? If so, what is the syntax?

Yes, but it's part of a dataset stored as ".axes", which can contain multiple axes. You could write to the dataset in a script, but you may have an easier time using a Cell Update binding on the Axes dataset and linking the AUTO_RANGE cell to a custom Boolean that you create on the page.

1 Like

That worked perfectly! Thank you

1 Like