| ||
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 > (ScriptTarget,String[]) SharpPlot.AddHints Method (ScriptTarget,String[])Apply an array of hints to a set of text items. public void AddHints( ScriptTarget targetId, string[] hintText ); This call may be used to add an array of hints to a text item such as the chart key. sp.AddHints(ScriptTarget.Key,Product_descriptions); Here, the product codes could be used to make a short legend, with the full description available to the user as a status-line hint. See also ...SharpPlot Members | AddHints Method |