Dynamically positions an axis relative to a value of another axis.
The following code crosses the PrimaryY and PrimaryX axis at the zero.
Chart.Axis(StandardAxis.PrimaryY).PositionAxis(StandardAxis.PrimaryX, 0, True)
Chart.Axis(StandardAxis.PrimaryX).PositionAxis(StandardAxis.PrimaryY, 0, True)
Chart.Axis(StandardAxis.PrimaryY).PositionAxis(StandardAxis.PrimaryX, 0, true);
Chart.Axis(StandardAxis.PrimaryX).PositionAxis(StandardAxis.PrimaryY, 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