Chart.GetChartElement Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub GetChartElement ( _
X As Integer, _
Y As Integer, _
<OutAttribute> ByRef ElementID As Integer, _
<OutAttribute> ByRef Arg1 As Integer, _
<OutAttribute> ByRef Arg2 As Integer _
)
'Usage
Dim instance As Chart
Dim X As Integer
Dim Y As Integer
Dim ElementID As Integer
Dim Arg1 As Integer
Dim Arg2 As Integer
instance.GetChartElement(X, Y, ElementID, _
Arg1, Arg2)
void GetChartElement(
int X,
int Y,
out int ElementID,
out int Arg1,
out int Arg2
)
Parameters
- X
Type: System.Int32
- Y
Type: System.Int32
- ElementID
Type: System.Int32
- Arg1
Type: System.Int32
- Arg2
Type: System.Int32