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, _ ByRef subObj 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, out object subObj ) |
Parameters
- x
- x coordinate position
- y
- y coordinate position
- requestedElement
- Only this chart elements will be hit tested.
- ignoreTransparent
- Indicates that transparent elements should be ignored.
- series
- Selected data series
- point
- Selected data point
- type
- Chart element selectable type
- obj
- Selected object
- subObj
- Selected sub-object
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