TChartSeries.VertAxis
TChartSeries
property VertAxis: TVertAxis;
Unit
TeEngine
Description
The VertAxis property is of type: TVertAxis. It sets which Vertical Axis ( Left or Right axis ) will be vertically scaled for the Series. You can change the desired Vertical Axis both at design and runtime.
Example
Series1.VertAxis := aRightAxis ;