Describes available modes for searching for items in the scatter series.

Enumeration Members

Auto: 0

Search mode is automatically determined by the component.

ClosestPoint: 2

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.

ClosestPointOnClosestLine: 4

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.

ClosestVisiblePoint: 1

When searching for a point, the closest visible point is selected.

ClosestVisiblePointOnClosestLine: 3

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.

None: 6

No points will be searched for the in the scatter series.

TopVisiblePoint: 5

When searching for a point, the topmost visible point is selected.