SharpPlot Reference > PageMap Class > FindHyperlink Method

PageMap.FindHyperlink Method

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

public string FindHyperlink(
    int hotspot
);

This will report the hyperlink (if any) which has been added to this data item. An application could use this information to emulate standard web behaviour by switching the display to a ‘child’ chart showing details of the data the composed a summary.

Alternatively, you may like to display the link in a status field to give the user appropriate feedback.

See also ...

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


Send comments on this topic
© Dyalog Ltd 2021