| ||
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 > AddAttributes Method > (ScriptTarget,String[]) SharpPlot.AddAttributes Method (ScriptTarget,String[])Insert arbitrary content in the XML output for known text items. public void AddAttributes( ScriptTarget targetId, string[] XmlContent ); Examplesp.AddAttributes(ScriptTarget.Key,"ColorMe",new string[] {"","Lime","Fuchsia"}) A practical use of this capability would be to have mouse-over on the key emphasise the corresponding line in a multiple timeseries. See also ...SharpPlot Members | AddAttributes Method |