Map XY To Coordinates Method

LabView Local Project Settings

Map XY To Coordinates Method

Short Name: Map XY To Coords

Installed With: Base Package

Class: GraphChart Methods

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

NameRequiredDescription
Map XY To CoordinatesNoReturns TRUE if the XY pairs mapped to the coordinates.
CoordsNoCluster of Horizontal and Vertical pairs.
XYNoCluster of X and Y pairs.
X ScaleNoIdentifies the value of the X scale.
Y ScaleNoIdentifies the value of the Y scale.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo