Dundas Chart for ASP.NET
Select(Int32,Int32,String,Int32) Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartImage Class > Select Method : Select(Int32,Int32,String,Int32) Method


x
y
series
point
Function, that returns a selected data point and selected series from x, and y coordinate position.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Select( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByRef series As String, _
   ByRef point As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartImage
Dim x As Integer
Dim y As Integer
Dim series As String
Dim point As Integer
 
instance.Select(x, y, series, point)
C#  
public void Select( 
   int x,
   int y,
   out string series,
   out int point
)

Parameters

x
y
series
point

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.