| Contents > SharpPlot > Methods | Index |
SharpPlot.AddAttributes Method (ScriptTarget,String)
Insert arbitrary content in the XML output for a known text item.
public void AddAttributes(
ScriptTarget targetId,
string XmlContent
);
Example
sp.AddAttributes(ScriptTarget.Heading,"onMouseOver = \"this.style.color='Red';\"");
