TNearestTool.Style

TNearestTool.Style
TNearestTool

property Style: TNearestToolStyle;

Unit
TeeTools

Description
Set the style property to indicate the shape of the NearestTool.

These are the possible values of Style:

hsNone No shape is drawn
.
hsCircle
Shape is a circle.
hsRectangle Shape is a rectangle
.
hsDiamond Shape is a diamond.

Example:

ChartTool1.Style := hsDiamond;

See also:

Size property
FullRepaint property