I have a graph/chart with left and right y-axis. How do I programmatically change the min/max (range) of ONLY the right axis? I look in the property node, see Y-axis, but I am not sure which axis( left or right).
Hi, to choose which scale you want to change you must specify the "Active Y Scale" property first. And only after this you can change elements in "Y Scale->Range" properties. By default "Active Y Scale" is equal to 0 and corresponds to the first created y scale.