| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > 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 | AddHints Method |