ScatterItemSearchMode
Describes available modes for searching for items in the scatter series.
Enumeration Members
Section titled "Enumeration Members"ClosestPoint
Section titled "ClosestPoint"When searching for a point, the closest point is selected, whether visible or not. The search is skipped in performance critical scenarios if the number of points is over ItemSearchThreshold.
ClosestPoint = 2 ClosestPointOnClosestLine
Section titled "ClosestPointOnClosestLine"When searching for a point, the closest point along the closest line is used. The search is skipped if the line points are over ItemSearchThreshold.
ClosestPointOnClosestLine = 4 ClosestVisiblePoint
Section titled "ClosestVisiblePoint"When searching for a point, the closest visible point is selected.
ClosestVisiblePoint = 1 ClosestVisiblePointOnClosestLine
Section titled "ClosestVisiblePointOnClosestLine"When searching for a point, the closest visible point along the closest visible line is used. The search is skipped if the visible line points are over ItemSearchThreshold.
ClosestVisiblePointOnClosestLine = 3 TopVisiblePoint
Section titled "TopVisiblePoint"When searching for a point, the topmost visible point is selected.
TopVisiblePoint = 5