SharpPlot Reference > SharpPlot Methods > AddAttributes Method > (ScriptTarget,String) 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';\"");
See also ...SharpPlot Members | SharpPlot.AddAttributes Method
Send comments on this topic © Dyalog Ltd 2021
|