| Contents > SharpPlot > Methods | Index |
SharpPlot.AddHints Method (String[][])
Apply hints to matching data items in all series.
public void AddHints(
string[][] hintText
);
This would be used to place hints automatically on multiple series.
sp.AddHints(new string[][] {Market1,Market2});
The hints might give more details about the data collected for a particular market or product line.
