Returns or sets the crossing point for the specified axis. Read/write Double.
Remarks
When you set this value for an axis, you are setting the value on the other axis where the axis you are setting will cross that other axis. For example, setting this property on the value (y) axis sets the category number where the value axis will cross the category (x) axis. The following example causes the value axis to cross the category axis at the third category.
Set c = ChartSpace1.Constants
ChartSpace1.Charts(0).Axes(c.chAxisPositionLeft).CrossesAtValue = 3