8.1.21.27 OriginObject::Theme

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Get/Set an Origin object's theme

Name

Theme

Examples

EX1

import PyOrigin
gp1=PyOrigin.GraphPages('Graph1')
gp2=PyOrigin.GraphPages('Graph2')
gp2.Theme = gp1.Theme #apply graph1's theme to graph2

See Also

GetTheme SetTheme