Axis.Crosses Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::XlAxisCrosses Crosses { Microsoft::Office::Interop::Word::XlAxisCrosses get(); void set(Microsoft::Office::Interop::Word::XlAxisCrosses value); };
public Microsoft.Office.Interop.Word.XlAxisCrosses Crosses { get; set; }
member this.Crosses : Microsoft.Office.Interop.Word.XlAxisCrosses with get, set
Public Property Crosses As XlAxisCrosses

Property Value

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, 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.

Applies to