| Contents > SharpPlot > Methods | Index |
SharpPlot.AddHyperlinks Method (String[])
Apply an array of links to all the data items in the first series.
public void AddHyperlinks(
string[] links
);
This will apply a set of links to the corresponding data items.
You may use this call with an array of blank (at least one blank character is required per item) strings to get a pointing hand cursor shown over each point. This may be useful if the points also have JavaScript actions and you want to indicate this to the user.
