XlAxisCrosses Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
xlAxisCrossesCustom | -4114 | You should access and use this enumeration from the Excel primary interop assembly (PIA). The CrossesAt property specifies the axis crossing point. |
xlAxisCrossesAutomatic | -4105 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Microsoft Excel sets 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. |