| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > AddAttributes Method > (String,String,Int32) SharpPlot.AddAttributes Method (String,String,Int32)Set a single handler for a specific X value. public void AddAttributes( string propName, string propValue, int itemNumber ); Examplesp.AddAttributes("onMouseOver","this.strokecolor='green'; ",3); This will turn the edge of the 3rd bar to green in all series (generally this call would be used when there is a single series). See also ...SharpPlot Members | AddAttributes Method |