Search
HitResult Members
Constructors Properties
 


Represents the result of a hit-test operation.

The following tables list the members exposed by the HitResult type.

 Public Constructors

  Name Description

HitResult

Initializes a new instance of the HitResult class.

 Public Properties

  Name Description

index

Gets or sets the data item index within its Series.

plot

Gets or sets the Plot that has been hit.

renderer

Gets or sets the SeriesRenderer that has been hit.

series

Gets or sets the Series that has been hit.

value

Gets or sets the data item value.

 See Also