Hi Ben,
Following are the default axis anchors assigned to each of the default Cartesian axes:
// primary Y axis
primaryYAxis.Anchor = new NDockAxisAnchor(AxisDockZone.FrontLeft, true, 0, 100);
// secondary Y axis
secondaryYAxis.Anchor = new NDockAxisAnchor(AxisDockZone.BackRight, true, 0, 100);
// bottom horizontal (categories) axis
primaryXAxis.Anchor = new NDockAxisAnchor(AxisDockZone.FrontBottom, true, 0, 100);
// top horizontal axis
secondaryXaxis.Anchor = new NDockAxisAnchor(AxisDockZone.BackTop, true, 0, 100);
// depth (series) axis
depthAxis.Anchor = new NDockAxisAnchor(AxisDockZone.BottomRight, true, 0, 100);
Hope this helps - let me know if you meet any problems.
Best regards,
Bob