| Contents > SharpPlot > Methods | Index |
SharpPlot.AddHints Method (String,Int32)
Set a single hint for a specific X value on the first series.
public void AddHints(
string hintText,
int itemNumber
);
This could be used to add extra information about a particular data point.
