EAxisArrowToolPosition

type EAxisArrowToolPosition = (aaStart, aaEnd, aaBoth);

Type Library
TeeChartx

Description
Position of AxisArrow Tool on Chart axes.

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:

aaStart = 0

aaEnd = 1

aaBoth = 2