XlAxisCrosses Enumeration

Specifies the point on the specified axis where the other axis crosses.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("89FF0BFE-5E70-4183-88C8-5EF4B213451F")> _
Public Enumeration XlAxisCrosses
'Usage
Dim instance As XlAxisCrosses
[GuidAttribute("89FF0BFE-5E70-4183-88C8-5EF4B213451F")]
public enum XlAxisCrosses

Members

Member name Description
xlAxisCrossesAutomatic Microsoft Excel sets the axis crossing point.
xlAxisCrossesCustom The CrossesAt property specifies the axis crossing point.
xlAxisCrossesMaximum The axis crosses at the maximum value.
xlAxisCrossesMinimum The axis crosses at the minimum value.

See Also

Reference

Microsoft.Office.Core Namespace