ISeries.VerticalAxis
ISeries
property VerticalAxis: EVerticalAxis;
Type Library
TeeChartx
Description
The VerticalAxis property is of type: EVerticalAxis. It means by which Vertical Axis ( Left or Right axis ) will be the Series vertically scaled. You can change the desired Vertical Axis both at design and runtime:
Example [Visual Basic]:
TChart1.Series(0).VerticalAxis = aRightAxis