8.1.11.6 GraphObject::GetLeft
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 left of the object in physical coordinates.
Syntax
GetLeft()
Parameters
Return
Left of the object in physical coordinates.
Examples
EX1
import PyOrigin #active a graphs with legend Graph=PyOrigin.ActiveLayer() #The left margin of the legend print(Graph.GraphObjects('Legend').GetLeft())