This documentation is archived and is not being maintained.

HitTestResult Properties

The HitTestResult type exposes the following members.

  NameDescription
Public property 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.
Public property 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.
Public property ChartElementType Gets or sets the type of chart element, if any, returned by a hit test.
Public property Object Gets or sets the object, if any, returned by a hit test.
Public property PointIndex Gets or sets the index of a data point, if any, returned by a hit test.
Public property Series Gets or sets the associated series of a data point, if any, returned by a hit test.
Public property SubObject Gets the sub-object, if any, returned by a hit test.
Top
Show: