Axis.Crosses Property

Returns or sets the point on the specified axis where the other axis crosses. Read/write.

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

Syntax

'Declaration
Property Crosses As XlAxisCrosses
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlAxisCrosses

value = instance.Crosses

instance.Crosses = value
XlAxisCrosses Crosses { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.XlAxisCrosses
Integer

Remarks

This property isn't available for radar charts. For 3-D charts, this property can only be applied to the value axis and indicates where the plane defined by the category axes crosses the value axis.

This property can be used for both category and value axes. On the category axis, XlConstants.xlMinimum sets the value axis to cross at the first category, and XlConstants.xlMaximum sets the value axis to cross at the last category.

Note that xlMinimum and xlMaximum can have different meanings, depending on the axis.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace