XlAxisCrosses Enumeration

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration XlAxisCrosses
'Usage
Dim instance As XlAxisCrosses
public enum XlAxisCrosses

Members

Member name Description
xlAxisCrossesAutomatic Microsoft Word 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.Interop.Word Namespace