type EHorizontalAxis = (aTopAxis, aBottomAxis, aBothHorizAxis, aCustomHorizAxis);
Type Library
TeeChartx
Description
EHorizontalAxis defines the possible values of the Series.HorizontalAxis property. Most Series classes have Horizontal and Vertical dependent axis. You can choose a given Series to have the Horizontal Axis at Top or Bottom.
Default value: aAxis.Bottom
Values
aTopAxis = 0
aBottomAxis = 1
aBothHorizAxis = 2
aCustomHorizAxis = 3
See note on use of Enum constants in differing development environments.
You can set the HorizontalAxis property both at design and runtime:
LineSeries1.HorizontalAxis := aTopAxis ;