vcl-dxchartcore-dot-tdxchartcrosshairoptions.md
Specifies if Crosshair Cursor can target series points outside the currently visible axis ranges.
property SnapToOutRangePoints: Boolean read; write; default False;
| Type | Default | Description |
|---|---|---|
| Boolean | False |
True if Crosshair Cursor can target series points outside the currently visible axis ranges; otherwise, False.
|
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.
| Value | Example[1] |
|---|---|
False ( default ) | |
True |
The SnapToOutRangePoints property’s default value is False.
Footnotes
SnapToOutRangePoints property values on the same XY diagram with three simple Line series under the following conditions:See Also
TdxChartCrosshairOptions.SnapToPointMode Property
TdxChartCrosshairOptions.SnapToSeriesMode Property
TdxChartCrosshairOptions.StickyLines Property
TdxChartCrosshairOptions Class