public VerticalAxis VertAxis {get; set;}
Remarks
The VerticalAxis property defines to which Vertical Axis ( Left or Right axis ) the Series will be vertically scaled. You can change the desired Vertical Axis both at design and runtime:
Example
[C#]
tChart1[0].VertAxis = VerticalAxis.Right;
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace