Share via


Axis.Crosses Property

Returns or sets the point on the specified axis where the other axis crosses. Read/write 64-bit signed integer.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.XlAxisCrosses

Remarks

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

You can use this property for both category and value axes. On the category axis, xlMinimum sets the value axis to cross at the first category, and 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.PowerPoint Namespace