Dundas Chart for ASP.NET
HitTestResult Class Members
See Also  Properties  Send comments on this topic.
Dundas.Charting.WebControl Namespace : HitTestResult Class


The following tables list the members exposed by HitTestResult.

Public Properties

  Name Description
Public Property Axis

Gets the Axis object that may be associated with a chart element returned by a hit test (depends if a chart element was detected at the given location, as well as the type of chart element).


Axis object  
Public Property ChartArea

Gets the ChartArea object that may be associated with a chart element returned by a hit test (depends if a chart element was detected at the given location, as well as the type of chart element).


Chart Area object  
Public Property ChartElementType

Gets the type of chart element (if any) returned by a hit test.


Chart element type  
Public Property Object

Gets the object that is returned by a hit test (if any).


Selected object  
Public Property PointIndex

Gets the index of a data point returned by a hit test (if any).


Data Point Index  
Public Property Series Gets the associated series of a data point returned by a hit test (if any).
Data series object  
Public Property SubObject

Gets the sub-object that is returned by a hit test (if any).


Selected sub object.  
Top

See Also

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