Version

ScatterItemSearchMode Enumeration

Describes available modes for searching for items in the scatter series.
Syntax
'Declaration
 
Public Enum ScatterItemSearchMode 
   Inherits System.Enum
public enum ScatterItemSearchMode : System.Enum 
Members
MemberDescription
AutoSearch mode is automatically determined by the component.
ClosestPointWhen 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.
ClosestPointOnClosestLineWhen searching for a point, the closest point along the closest line is used. The search is skipped if the line points are over ItemSearchThreshold.
ClosestVisiblePointWhen searching for a point, the closest visible point is selected.
ClosestVisiblePointOnClosestLineWhen 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.
NoneNo points will be searched for the in the scatter series.
Requirements

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

See Also