Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartCrosshairOptions.SnapToOutRangePoints Property

Specifies if Crosshair Cursor can target series points outside the currently visible axis ranges.

#Declaration

Delphi
property SnapToOutRangePoints: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

True if Crosshair Cursor can target series points outside the currently visible axis ranges; otherwise, False.

#Remarks

Set the SnapToOutRangePoints property to True to allow the Crosshair Cursor to target series points outside the currently visible axis ranges when an XY diagram is zoomed in.

#Property Value Examples

Value Example[1]
False (default)
True

#Default Value

The SnapToOutRangePoints property’s default value is False.

Footnotes
  1. These examples demonstrate different SnapToOutRangePoints property values on the same XY diagram with three simple Line series under the following conditions:

See Also