This documentation is archived and is not being maintained.
HitTestResult Properties
Visual Studio 2010
The HitTestResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
Axis | Gets or sets the Axis object that may be associated with a chart element returned by a hit test. The presence of an associated Axis object depends on whether a chart element was detected at the given location, and the type of chart element returned. |
|
ChartArea | Gets or sets the ChartArea object that may be associated with a chart element returned by a hit test. The presence of a ChartArea object depends on whether a chart element was detected at the given location, and the type of chart element returned. |
|
ChartElementType | Gets or sets the type of chart element, if any, returned by a hit test. |
|
Object | Gets or sets the object, if any, returned by a hit test. |
|
PointIndex | Gets or sets the index of a data point, if any, returned by a hit test. |
|
Series | Gets or sets the associated series of a data point, if any, returned by a hit test. |
|
SubObject | Gets the sub-object, if any, returned by a hit test. |
Show: