Gets the object that is returned by a hit test (if any).
Selected object
Visual Basic (Declaration) | |
---|---|
Public Property Object As Object |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public object Object {get; set;} |
Return Value
An object of type object, or null (Nothing for Visual Basic).
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.
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