| ||
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[][]) SharpPlot.AddAttributes Method (String,String[][])Apply handlers to matching data items in all series. public void AddAttributes( string propName, string[][] propValue ); Examplesp.AddAttributes("product_code",new string[][] {EastIds_DD,EastIds_RR} ) This will apply each array of product codes to the matching items (e.g. bars in a stacked barchart) in each of 2 series. See also ...SharpPlot Members | AddAttributes Method |