Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Select( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal requestedElement As ChartElementType, _ ByVal ignoreTransparent As Boolean, _ ByRef series As String, _ ByRef point As Integer, _ ByRef type As ChartElementType, _ ByRef obj As Object _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Select( int x, int y, ChartElementType requestedElement, bool ignoreTransparent, out string series, out int point, out ChartElementType type, out object obj ) |
Parameters
- x
- y
- requestedElement
- ignoreTransparent
- series
- point
- type
- obj
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family