Object Reference > ChartGroup Object > ChartGroup Object Methods > DataIndexToCoordObject Method (ChartGroup) |
DataIndexToCoordObject Method (ChartGroup)
Determines a pixel coordinate given a chart group series and point.
Function DataIndexToCoordObject(Series As Long, Point As Long) As Chart2DCoordResult
This method is similar to DataIndexToCoord, except that the Chart2DCoordResult object is returned with the XPixel and YPixel values. This method should be used if passing parameters by reference is not allowed in your development environment (such as VBScript).
Part |
Type |
Description |
Series |
Long |
Series value |
Point |
Long |
Point value |
See Also