| Contents > SharpPlot > Methods | Index |
SharpPlot.AddHints Method (String,Int32,String)
Set a single hint for a specific X value in this series.
public void AddHints(
string hintText,
int itemNumber,
string seriesName
);
This may be used to target a specific point if there are multiple series. Normally you would also explicitly name the series here.
