| Object Reference > Chart3D Object > Chart3D Object Methods > CallAction Method (Chart3D) |
CallAction Method (Chart3D)
Calls an action.
Sub CallAction(Action As ActionConstants, XCoord As Long, YCoord As Long)
|
Part |
Type |
Description |
|
Action |
Integer |
The action to be called. See Action Constants for valid values. |
|
XCoord |
Long |
The X-coordinate of the specified location. |
|
YCoord |
Long |
The Y-coordinate of the specified location. |
See Also