ETeeZoomDirection

type ETeeZoomDirection = (tzdHorizontal, tzdVertical, tzdBoth);

Type Library
TeeChartx

Description
Determine Zoom direction.

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:

tzdHorizontal = 0

tzdVertical = 1

tzdBoth = 2