| ||
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 > 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 | AddTips Method |