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 |
|
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
-
These examples demonstrate different
SnapToOutRangePoints
property values on the same XY diagram with three simple Line series under the following conditions:- The SnapToPointMode property is set to Value.
- The SnapToSeriesMode property is set to All.
- The ArgumentLines.Visible property is set to
True
. - The ValueLines.Visible property is set to
False
. - The ShowArgumentLabels property is set to
False
.
See Also