XlAxisCrosses enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the point on the specified axis where the other axis crosses.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlAxisCrossesAutomatic | You should access and use this enumeration from the Excel primary interop assembly (PIA). Microsoft Excel sets the axis crossing point. | |
| xlAxisCrossesCustom | You should access and use this enumeration from the Excel primary interop assembly (PIA). The CrossesAt property specifies the axis crossing point. | |
| xlAxisCrossesMaximum | You should access and use this enumeration from the Excel primary interop assembly (PIA). The axis crosses at the maximum value. | |
| xlAxisCrossesMinimum | You should access and use this enumeration from the Excel primary interop assembly (PIA). The axis crosses at the minimum value. |
Show: