| Contents > SharpPlot > Methods | Index |
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.
