[VB] | Public Function getImageCoor(dataItem As Integer [, offsetX As Integer, offsetY As Integer ]) As String |
[C#] | public string getImageCoor(int dataItem [, int offsetX, int offsetY ]); |
ChartDirector 5.1 (.NET Edition)
PolarLayer.getImageCoor
Usage
[VB] | Public Function getImageCoor(dataItem As Integer [, offsetX As Integer, offsetY As Integer ]) As String |
[C#] | public string getImageCoor(int dataItem [, int offsetX, int offsetY ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
dataItem | (Mandatory) | The data point index of the data point. The first data point is 0; the nth data point is (n - 1). |
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