SharpPlot Reference > PageMap Class > FindPoints Method

PageMap.FindPoints Method

Locate all data points whose centres lie within given bounding box.

public int[] FindPoints(
    double[] xyxy
);
xyxy
Region to check for data markers (left,bottom,right,top) in points.
return value
Array of selected hotspot ids.

This could be used by an application to allow a user to drag-select one or more markers. It only reports type-1 hotspots (markers) and includes only those whose centres fall within the given rectangle.

See also ...

Active charts in GUI Applications | PageMap.PageMap Members


Send comments on this topic
© Dyalog Ltd 2021