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 double-precision floating-point number.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.
You cannot use this property on radar charts. For 3-D charts, this property indicates where the plane defined by the category axes crosses the value axis.