ESnapStyle

type ESnapStyle = (ssDefault, ssHorizontal, ssVertical);

Type Library
TeeChartx

Description
Used by ICursorTool. ICursorTool.SnapStyle property.

When a Cursor tool Snap property is True, SnapStyle property determines if the cursor will "jump" to existing series points as the user moves the mouse near them.

By default (ssDefault), when Snap is True, the cursor "jumps" to exact X (horizontal) and Y (vertical) point coordinates.

Values

0 ssDefault

1 ssHorizontal

2 ssVertical