Client-Side API Reference > FlexChart > wijmo.chart > HitTestInfo Class |
constructor(chart: FlexChartBase, point: Point, element?: ChartElement): HitTestInfo
Initializes a new instance of the HitTestInfo class.
The chart control.
The original point in window coordinates.
The chart element.
Gets the data object that corresponds to the closest data point.
Gets the x-value of the closest data point.
Gets the y-value of the closest data point.
Contains information about a part of a FlexChart control at a specified page coordinate.