Short Name: Map XY To Coords
Requires: Base Development System
Class: GraphChart Methods
To Use: Create a method.
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.
Data type | Name | Required | Description |
---|---|---|---|
Coords | Yes | Cluster of Horizontal and Vertical pairs. | |
XY | Yes | Cluster of X and Y pairs. | |
X Scale | No | Identifies the value of the X scale. | |
Y Scale | No | Identifies the value of the Y scale. |
The following table lists the characteristics of this method.
Data type | |
Available in Run-Time Engine | Yes (Read/Write) |
Available in Real-Time Operating System | Yes |
Settable when the VI is running | Yes |
Loads the front panel into memory | Yes |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access allowed | Yes |