[C#] | public string getImageCoor2(int dataItem [, int offsetX, int offsetY ]); |
[VB] | Public Function getImageCoor2(dataItem As Integer [, offsetX As Integer, offsetY As Integer ]) As String |
ChartDirector 7.1 (.NET Edition)
Layer.
Usage
[C#] | public string getImageCoor2(int dataItem [, int offsetX, int offsetY ]); |
[VB] | Public Function getImageCoor2(dataItem As Integer [, offsetX As Integer, offsetY As Integer ]) As String |
Description
shape="[shape]" cords="[x1],[y1],[x2],[y2] ..."
Arguments
Argument | Default | Description |
---|---|---|
dataItem | (Mandatory) | The x-position of the data points. |
offsetX | 0 | An offset to be added to all x coordinates in the image map. This is useful if the current image will be shifted and inserted into another image. In this case, the image map will need to be shifted by the same offset. |
offsetY | 0 | An offset to be added to all y coordinates in the image map. See offsetX above for description. |
Return Value