XlAxisCrosses Enum

Definition

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.

public enum class XlAxisCrosses
[System.Runtime.InteropServices.Guid("89FF0BFE-5E70-4183-88C8-5EF4B213451F")]
public enum XlAxisCrosses
[<System.Runtime.InteropServices.Guid("89FF0BFE-5E70-4183-88C8-5EF4B213451F")>]
type XlAxisCrosses = 
Public Enum XlAxisCrosses
Inheritance
XlAxisCrosses
Attributes

Fields

xlAxisCrossesAutomatic -4105

You should access and use this enumeration from the Excel primary interop assembly (PIA). Microsoft Excel sets the axis crossing point.

xlAxisCrossesCustom -4114

You should access and use this enumeration from the Excel primary interop assembly (PIA). The CrossesAt property specifies the axis crossing point.

xlAxisCrossesMaximum 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). The axis crosses at the maximum value.

xlAxisCrossesMinimum 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). The axis crosses at the minimum value.

Applies to