SharpPlot Reference > PageMap Class > FindScriptValue Method

PageMap.FindScriptValue Method

Recovers the value of any attribute set for a data value by SharpPlot.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 ...

Active charts in GUI Applications | PageMap.PageMap Members


Send comments on this topic
© Dyalog Ltd 2021