Back to Devexpress

TdxChartCrosshairOptions.SnapToOutRangePoints Property

vcl-dxchartcore-dot-tdxchartcrosshairoptions.md

latest2.3 KB
Original Source

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

TypeDefaultDescription
BooleanFalse

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

ValueExample[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

TdxChartCrosshairOptions.SnapToPointMode Property

TdxChartCrosshairOptions.SnapToSeriesMode Property

TdxChartCrosshairOptions.StickyLines Property

TdxChartCrosshairOptions Class

TdxChartCrosshairOptions Members

dxChartCore Unit