Axis.CrossesAt Property
Excel Developer Reference |
Returns or sets the point on the value axis where the category axis crosses it. Applies only to the value axis. Read/write Double.
Syntax
expression.CrossesAt
expression A variable that represents an Axis object.
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.
Example
This example sets the category axis in the active chart to cross the value axis at value 3.
Visual Basic for Applications |
---|
|
See Also