| Contents > SharpPlot > Methods | Index |
SharpPlot.AddAttributes Method (String,String,Int32,String)
Set a single handler for a specific X value in this series.
public void AddAttributes(
string propName,
string propValue,
int itemNumber,
string seriesName
);
Example
sp.AddAttributes("onMouseOver","this.strokecolor='green'; ",3,"MyBars");
