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