CursorSnappingMode Enumeration
Defines the snapping modes for the CursorModifier. It changes the way the crosshair and tooltips behave. See CursorModifier.SnappingModeProperty, CursorModifier.SnapToSeriesProperty.
Syntax
public enum CursorSnappingMode : System.Enum 
Members
MemberDescription
CrosshairToSeriesSpecifies that both the crosshair and the tooltips should snap to the X,Y hit location of the series, which has CursorModifier.SnapToSeriesProperty set to True.
CrosshairToSeriesXSpecifies that both the crosshair and the tooltips should snap to the X-ONLY hit location of the series, which has CursorModifier.SnapToSeriesProperty set to True. Requires that the InspectSeriesModifierBase.UseInterpolation property is FALSE
TooltipToCrosshair Specifies that the tooltip should snap to the location of the crosshair.
TooltipToSeriesSpecifies that the tooltip should snap to the hit location of the series, which has CursorModifier.SnapToSeriesProperty set to True.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.ChartModifiers.CursorSnappingMode

Requirements

Target Platforms: Windows 7, 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