EVerticalAxis

type EVerticalAxis = (aLeftAxis, aRightAxis, aBothVertAxis, aCustomVertAxis);

Type Library
TeeChartx

Description
EVerticalAxis defines the possible values of the TChartSeries.VerticalAxis property. Most Series components have Horizontal and Vertical dependent axis. You can choose a given Series to have the Vertical Axis at Left or Right.

Default value: aLeftAxis

Values

aLeftAxis = 0

aRightAxis = 1

aBothVertAxis = 2

aCustomVertAxis = 3

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

You can set the VerticalAxis property both at design and runtime:

TChart1.Series( 0 ).VerticalAxis = aRightAxis