| Contents > SharpPlot > Methods | Index |
SharpPlot.AddHints Method (String[],String)
Apply an array of hints that apply to all the XValues in a given series.
public void AddHints(
string[] hintText,
string seriesName
);
This would be used if an array of hints was to be applied to a specific data series. You would normally name the series explicitly here.
sp.AddHints(Product_descriptions,"SalesRevenue");
This will add hints to each marker or bar in the series named SalesRevenue.
