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

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.

See also ...

SharpPlot Members | SharpPlot.AddHints Method


Send comments on this topic
© Dyalog Ltd 2021