ENearestToolStyle

type ENearestToolStyle = (hsNone, hsCircle, hsRectangle, hsDiamond, hsSeries);

Type Library
TeeChartx

Description
Determines the shape of the Nearest Tool.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Integer Values:

hsNone = 0

hsCircle = 1

hsRectangle = 2

hsDiamond = 3