| Constant | Meaning |
| xlAxisCrossesAutomatic | Microsoft Excel sets the axis crossing point. |
| xlMinimum | The axis crosses at the minimum value. |
| xlMaximum | The axis crosses at the maximum value. |
| xlAxisCrossesCustom | The CrossesAt property specifies the axis crossing point. |
Charts("Chart1").Axes(xlCategory).Crosses = xlMaximum