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