SharpPlot Reference > SharpPlot Methods > AddTips Method > (String[])

SharpPlot.AddTips Method (String[])

Apply an array of tips to all the XValues in the only series.

public void AddTips(
    string[] tipText
);

This call would typically take descriptions from a database, and apply them to a matching set of values retrieved with the same call. It can be used to add an extra ‘dimension’ to data, for example in a Contour plot of pressure against temperature, you may set a yield as the z-value to have contours drawn, and set the z-values as tips for all the points.

See also ...

SharpPlot Members | SharpPlot.AddTips Method


Send comments on this topic
© Dyalog Ltd 2021