Dynamically positions an axis relative to a value of another axis.
The following code crosses two custom axes (with sample ids 10 and 11)at the zero.
Chart.Axis(10).PositionAxis(11, 0, True)
Chart.Axis(11).PositionAxis(10, 0, True)
Chart.Axis(10).PositionAxis(11, 0, true);
Chart.Axis(11).PositionAxis(10, 0, true);
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2