Knowledgebase
Hit Test API
Posted by Admin - on 11 February 2019 02:29 PM
|
|
Hit-Testing SeriesThe Hit-Test API is set of virtual methods defined on BaseRenderableSeries, and overridden by some of the series types. This API is used by Chart Modifiers such as the RolloverModifier, SeriesSelectionModifier and TooltipModifier to transform mouse-clicks into data-points, and determine if a mouse-point is over a point or over a series. For further information, please see our documentation on RenderableSeries Hit-Test API. Also there are examples available in SciChart Examples Suite in the Tooltips and Hit Test section, for instance the Chart Hit-Test API example. | |
|