Reference > Active Charts > FindScriptValue Method

PageMap.FindScriptValue Method

Recovers the value of any attribute set for a data value by sp.AddAttributes when the chart is created.

Example

int hix = pm.FindHotspot(225,209);
string pval = pm.FindScriptValue(hix,"Fluffyness")

System.Console.WriteLine("Fluffyness value = " + pval));

Overloads

Description

Typically, 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


Send comments on this topic
© Dyalog Ltd 2013