Axis.CrossesAt Property
Returns or sets the point on the value axis where the category axis crosses it. Applies only to the value axis.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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
Remarks
Setting this property causes the Crosses property to change to 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.