Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the point on the value axis where the category axis crosses it. Applies only to the value axis. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CrossesAt As Double
Get
Set
'Usage
Dim instance As Axis
Dim value As Double
value = instance.CrossesAt
instance.CrossesAt = value
double CrossesAt { get; set; }
Property Value
Type: System.Double
Double
Remarks
Setting this property causes the Crosses property to change to XlAxisCrosses.xlAxisCrossesCustom.
This property cannot be used on radar charts. For 3-D charts, this property indicates where the plane defined by the category axes crosses the value axis.