| Object Reference > ChartGroup Object > ChartGroup Object Methods > CoordToDataCoord Method (ChartGroup) |
CoordToDataCoord Method (ChartGroup)
Maps a pixel coordinate to a data coordinate. Returns a value indicating the chart region in which the coordinate is found. See Region Constants for valid values.
Function CoordToDataCoord(XPixel As Long, YPixel As Long, X As Double, Y As Double, Z As Double) As RegionConstants
|
Part |
Type |
Description |
|
XPixel |
Long |
X pixel coordinate |
|
YPixel |
Long |
Y pixel coordinate |
|
X |
Double |
Returned X data coordinate |
|
Y |
Double |
Returned Y data coordinate |
|
Z |
Double |
Returned Z data coordinate |
See Also