GraphChart class/Map XY To Coordinates method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 6341801
Scope Basic Development Environment
Data Name Map XY To Coords
Short Name* Map XY To Coords
Long Name* Map XY To Coordinates
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 22
Owning Class Name GraphChart Class
Return Data Type Boolean data type

Boolean

Invoke Node Map XY To Coordinates
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Returns TRUE and maps the XY location on a graph to the owning pane coordinates. If you do not specify the scales, LabVIEW uses the active or current scales. This method is useful when you need to map graph coordinates to plot image coordinates to draw images inside the plot area of a graph.

This method adjusts only the left and top plot bounds to orient the plot around the origin of the owning pane.

Parameters

Data type Name Required Description
Boolean Map XY To Coordinates Yes. Return value.
Numeric Cluster XY Yes Cluster of X and Y pairs.
Numeric Cluster Coords Yes Cluster of Horizontal and Vertical pairs.
I32 X Scale No Identifies the value of the X scale.
I32 Y Scale No Identifies the value of the Y scale.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links