Dundas Chart for ASP.NET
Object Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > HitTestResult Class : Object Property


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


Selected object

Syntax

Visual Basic (Declaration)  
Public Property Object As Object
Visual Basic (Usage) Copy Code
Dim instance As HitTestResult
Dim value As Object
 
instance.Object = value
 
value = instance.Object
C#  
public object Object {get; set;}

Return Value

An object of type object, or null (Nothing for Visual Basic).

Remarks

If a chart element is located at the point that is checked by the hit test then this property will reference that chart element, otherwise this property will be null (or Nothing, for Visual Basic developers).  The exception to this is if a data point is returned by the hit test , in which case this property will still be null (use the PointIndex and Series properties instead).

For more information see theSelection of Chart Elements and Drilldown topic.

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.