| ||
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 > FindChart Method PageMap.FindChart MethodReport the name of the chart at these (x,y) co-ordinates. public string FindChart( double x, double y ); Examplepm = sp.RenderPageMap(); cht = pm.FindChart(100,100);
This can be used to check that the cursor is over a valid chart region (bounded bt rectangular axes) before attempting to convert points to axis values. See also ...PageMap Class – Introduction | PointsToAxes Method | PageMap Members |