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