Gets the associated series that this HitTestInfo was generated by
OHLC Series only: the Close-value result of the hit-test operation
The index of the data-series that was hit
The name of the DataSeries which is the result of the hit-test operation
The type EDataSeriesType of the DataSeries which is the result of the hit-test operation
Gets or sets the value at the hit-test site, found at heatmapXIndex, heatmapYIndex
Gets or sets the XIndex at the hit-test site
Gets or sets the YIndex at the hit-test site
OHLC Series only: the High-value result of the hit-test operation
A screen-coordinate point where hit test is performed relative to the seriesViewRect and premultiplied by DpiHelper.PIXEL_RATIO
A data-coordinate point where hit test is performed
The radius in pixels that was used for the hit-test operation
When true, the parent SciChartSurface xAxis is a Category Axis
When true, the HitTestInfo is empty
When true, the hit-test operation was a success For the hitTest method it means that a series body was hit, Line body for line series Scatter point for scatter series Mountain area for mountain series and stacked mountain series Candlestick body for candle series Column body for column series and stacked column series Band series body for band series Bubble for bubble series The entire heatmap for heatmap series For the hitTestDataPoint method it means that a data point was hit For the hitTestXSlice method is means that the click was within data bounds
When true the hit-test operation was within the first and the last DataSeries X-values
OHLC Series only: the Low-value result of the hit-test operation
The point metadata from the associated data series, which is useful for displaying tooltips with additional information specific for the data point
OHLC Series only: the Open-value result of the hit-test operation
The index of the second data-series point when hit-test is performed for the series body
The point metadata for the second data point
The X-coordinate result of the hit-test operation for the second data point, Y-coordinate for vertical chart
The X-value of category result of the hit-test operation for the second data point
The Y1-coordinate result of the hit-test operation for the second data point, X-coordinate for vertical chart
The Y1-value result of the hit-test operation for the second data point
The Y-coordinate result of the hit-test operation for the second data point, X-coordinate for vertical chart
The Y-value result of the hit-test operation for the second data point
The X-value of category result of the hit-test operation
The X-coordinate result of the hit-test operation, Y-coordinate for vertical chart
The X-value result of the hit-test operation
The Y1-coordinate result of the hit-test operation
XYY Series only: the Y1-value result of the hit-test operation
The Y-coordinate result of the hit-test operation, X-coordinate for vertical chart
The Y-value result of the hit-test operation
XYZ Series only: the Z-value result of the hit-test operation
The distance from the hitTest coordinate to the point
The distance from the hitTest coordinate to the point
Euclidean distance between the hitTestPoint and the nearest data-point
The default empty HitTestInfo instance
Generated using TypeDoc
The HitTestInfo class contains properties about the data-point under the mouse when a Hit-Test operation is performed