SharpPlot Reference > PageMap Class > FindHint Method PageMap.FindHint Method
Recover hint text given hotspot handle. This gets the value of any hint text set for a data value by SharpPlot.AddHints when the chart is created.
public string FindHint(
int hotspot
);
Example
int 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 ...Active charts in GUI Applications | SharpPlot.AddHints Method | PageMap.PageMap Members
Send comments on this topic © Dyalog Ltd 2021
|