Set Right Y Axis Title with Python


Version: 2025b SR1

Type: Bug Fixes

Category: Programming

Subcategory: Python

Jira: ORG-31514


import originpro as op
graph = op.new_graph()
layer2 = graph.add_layer(2)
ay=layer2.axis('y2')
print(ay.title)

==>Failed to get y axis title, and dumps error.

Fixed in Origin2025b SR1