Hi MarkZB,
You can use Axis.syncAxis or Axis.copyAxis to sync any two axes, even for axes from different charts or between x and y axes.
For example:
c.xAxis2().copyAxis(c.xAxis());
or
c.xAxis2().syncAxis(c.xAxis());
Hope this can help.
Regards
Peter Kwan |