| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Style examples Glossaries VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Active Charts > FindHotspot Method PageMap.FindHotspot MethodFind the details of any data points on this page at given (x,y) location. public int FindHotspot( double x, double y );
This returns a unique integer id for the topmost hotspot under the cursor. The id may be used to recover any hints or tips that have been associated with the data item, or to get full details of the hotspot for graphical editing purposes. See also ...PageMap Class – Introduction | GetHotspotInfo Method | PageMap Members |