| Contents > SharpPlot > Methods | Index |
SharpPlot.AddTips Method (String[],String)
Apply an array of tips that apply to all the XValues in a given series.
public void AddTips(
string[] tipText,
string seriesName
);
Normally you would also name the series here.
