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.
Specifies the point on the specified axis where the other axis crosses.
public enum class XlAxisCrosses
public enum XlAxisCrosses
Public Enum XlAxisCrosses
- Inheritance
-
XlAxisCrosses
Fields
Name | Value | Description |
---|---|---|
xlAxisCrossesCustom | -4114 | The CrossesAt property specifies the axis crossing point. |
xlAxisCrossesAutomatic | -4105 | Microsoft Excel sets the axis crossing point. |
xlAxisCrossesMaximum | 2 | The axis crosses at the maximum value. |
xlAxisCrossesMinimum | 4 | The axis crosses at the minimum value. |