| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Style examples Glossaries VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Active Charts > FindScriptValue Method PageMap.FindScriptValue MethodRecovers the value of any attribute set for a data value by sp.AddAttributes when the chart is created. Exampleint hix = pm.FindHotspot(225,209); string pval = pm.FindScriptValue(hix,"Fluffyness") System.Console.WriteLine("Fluffyness value = " + pval)); Overloads
DescriptionTypically, this would be some kind of unique key (such as a product code) which could be used by the application to drill down to a more detailed analysis of that product. See also ...PageMap Class – Introduction | PageMap Members |