| 
 SharpPlot Reference > SharpPlot Methods > AddHints Method >  (String,Int32,String) 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. 
See also ...SharpPlot Members | SharpPlot.AddHints Method | SharpPlot.SetSeriesNames Method 
 Send comments on this topic © Dyalog Ltd 2021 
 |