| ||
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[],String) SharpPlot.AddHints Method (String[],String)Apply an array of hints that apply to all the XValues in a given series. public void AddHints( string[] hintText, string seriesName ); This would be used if an array of hints was to be applied to a specific data series. You would normally name the series explicitly here. sp.AddHints(Product_descriptions,"SalesRevenue"); This will add hints to each marker or bar in the series named “SalesRevenue”. See also ...SharpPlot Members | AddHints Method | SetSeriesNames Method |