EScopeCursorStyle

type EScopeCursorStyle = (scsRectangle, scsCircle, scsDiamond, scsEmpty, scsCamera);

Type Library
TeeChartx

Description
Used by ICursorTool.ScopeStyle property.

Defines the shape to draw around the Cursor XY position, only when the Cursor Style property is cssScope.

See also ScopeSize and Style properties.

Values

0 scsRectangle

1 scsCircle

2 scsDiamond

3 scsEmpty

4 scsCamera

Default value is scsRectangle.