SharpPlot Reference > PageMap Class > FindTip Method

PageMap.FindTip Method

Recover tip text given hotspot handle. This gets the value of any tip set for a data value by SharpPlot.AddTips when the chart is created.

public string FindTip(
    int hotspot
);

Example

int hix = pm.FindHotspot(200,120);
tip = pm.FindTip(hix);

An application might use this to popup tips for each data-point as the mouse is tracked over the chart.

See also ...

Active charts in GUI Applications | SharpPlot.AddTips Method | PageMap.PageMap Members


Send comments on this topic
© Dyalog Ltd 2021