'Declaration Public Enum ScatterItemSearchMode Inherits System.Enum
public enum ScatterItemSearchMode : System.Enum
Member | Description |
---|---|
Auto | Search mode is automatically determined by the component. |
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. |
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. |
ClosestVisiblePoint | When searching for a point, the closest visible point is selected. |
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. |
None | No points will be searched for the in the scatter series. |
TopVisiblePoint | When searching for a point, the topmost visible point is selected. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2