| ||
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 > FindHint Method PageMap.FindHint MethodRecover hint text given hotspot handle. This gets the value of any hint text set for a data value by sp.AddHints when the chart is created. public string FindHint( int hotspot ); Exampleint hix = pm.FindHotspot(200,120); hint = pm.FindHint(hix); An application might use this to display hints in a status field as the mouse is tracked over the chart. See also ...AddHints Method | PageMap Class – Introduction | PageMap Members |