SharpPlot Reference > SharpPlot Methods > AddAttributes Method > (String,String) SharpPlot.AddAttributes Method (String,String)
Define a single handler for all values in all series.
public void AddAttributes(
string propName,
string propValue
);
Example
sp.AddAttributes("onMouseDown","AddMe(this.value);");
This runs a standard handler for every data-point.
See also ...SharpPlot Members | SharpPlot.AddAttributes Method
Send comments on this topic © Dyalog Ltd 2021
|