Skip to main content
All docs
V23.2

TdxChartCrosshairOptions.SnapToOutRangePoints Property

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

Declaration

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) VCL Chart Control: The Crosshair Label Ignores Points Outside Visible Axis Ranges
True VCL Chart Control: Points Outside Visible Axis Ranges Can Be Crosshair Targets

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