EAxisType

type EAxisType = (atLeft, atTop, atRight, atBottom, atDepth, atCustom);

Type Library
TeeChartx

Description
Values for EAxisType are

atLeft = Left axis = 0

atTop = Top axis = 1

atRight = Right axis = 2

atBottom =Bottom axis = 3

atDepth =Depth axis = 4

atCustom =Custom axis = 5

See note on use of Enum constants in differing development environments.