8.1.11.4 GraphObject::GetDY

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 the graph object height in axes units.

Syntax

GetDY()

Parameters

Return

the DY value

Examples

EX1

import PyOrigin
#active a graphs with legend
Graph=PyOrigin.ActiveLayer()
#get the demision of the legend in cm
print(Graph.GraphObjects('legend').GetDX(),Graph.GraphObjects('legend').GetDY())

See Also

GraphObject::SetDY