Initializes a new instance of the HitResult class.
Namespace: MindFusion.Charting
File: HitResult.js
SyntaxJavaScript
Copy Code
|
|---|
function HitResult (renderer, index, value, series) |
A SeriesRenderer whose data item has been hit.
An integer index of the data item.
The item's value.
The Series that contains the found item.
See Also