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)

No code example is currently available or this language may not be supported.

Member nameDescription
xlAxisCrossesAutomaticYou should access and use this enumeration from the Excel primary interop assembly (PIA). Microsoft Excel sets the axis crossing point.
xlAxisCrossesCustomYou should access and use this enumeration from the Excel primary interop assembly (PIA). The CrossesAt property specifies the axis crossing point.
xlAxisCrossesMaximumYou should access and use this enumeration from the Excel primary interop assembly (PIA). The axis crosses at the maximum value.
xlAxisCrossesMinimumYou should access and use this enumeration from the Excel primary interop assembly (PIA). The axis crosses at the minimum value.
Show: